27 lines
736 B
Makefile
27 lines
736 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Pirum
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= devel www pear
|
|
MASTER_SITES= http://pear.pirum-project.org/get/
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Simple PEAR channel server manager
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
|
|
|
|
PEAR_CHANNEL= pirum
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
DEFAULT_PHP_VER=5
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|