diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Pirum/Makefile | 26 | ||||
-rw-r--r-- | devel/pear-Pirum/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-Pirum/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7d90954cb773..ac91cebae029 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3040,6 +3040,7 @@ SUBDIR += pear-PHP_UML SUBDIR += pear-Pager SUBDIR += pear-PhpDocumentor + SUBDIR += pear-Pirum SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console diff --git a/devel/pear-Pirum/Makefile b/devel/pear-Pirum/Makefile new file mode 100644 index 000000000000..af5fcb39a568 --- /dev/null +++ b/devel/pear-Pirum/Makefile @@ -0,0 +1,26 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= Pirum +PORTVERSION= 1.1.4 +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 + +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 +IGNORE_WITH_PHP=4 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-Pirum/distinfo b/devel/pear-Pirum/distinfo new file mode 100644 index 000000000000..a7d4e477cc43 --- /dev/null +++ b/devel/pear-Pirum/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/Pirum-1.1.4.tgz) = e69e020af0a2319c44f2e5c9478677e436019051281f3772f2266b03e1f603af +SIZE (PEAR/Pirum-1.1.4.tgz) = 14818 diff --git a/devel/pear-Pirum/pkg-descr b/devel/pear-Pirum/pkg-descr new file mode 100644 index 000000000000..67df4890f2f3 --- /dev/null +++ b/devel/pear-Pirum/pkg-descr @@ -0,0 +1,3 @@ +Pirum is a simple PEAR channel server manager. + +WWW: http://pirum.sensiolabs.org/ |