mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-10 02:45:11 +00:00
22 lines
534 B
Makefile
22 lines
534 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}/.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
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|