mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
18 lines
369 B
Makefile
18 lines
369 B
Makefile
PORTNAME= Base
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://components.ez.no/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Base package that all ezc components packages rely on
|
|
WWW= https://ezcomponents.org/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
PEAR_CHANNEL= ezc
|
|
|
|
.include <bsd.port.mk>
|