freebsd-ports/devel/pear-Pirum/Makefile

22 lines
534 B
Makefile
Raw Normal View History

# 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
2014-09-23 17:15:04 +02:00
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
RUN_DEPENDS= ${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
PEAR_CHANNEL= pirum
2014-09-23 17:15:04 +02:00
USES= pear
2014-09-23 17:15:04 +02:00
.include <bsd.port.mk>