e6b48082a4
Sponsored by: Netzkommune GmbH
18 lines
376 B
Makefile
18 lines
376 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Base
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://components.ez.no/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Base package that all ezc components packages rely on
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
PEAR_CHANNEL= ezc
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|