aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-ezc_Base/Makefile
blob: 98909f32ee340c484ca17c1a146ea68f58ace8fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>