diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-13 14:34:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-13 14:34:41 +0000 |
commit | f89e58644999aed8174519817afe0035398ca9f6 (patch) | |
tree | b619804fe1f835a649a10dacfce55240339514b2 /net | |
parent | 9eceba4ac2686c0b4f445d9a8544b0550acef552 (diff) | |
download | ports-f89e58644999aed8174519817afe0035398ca9f6.tar.gz ports-f89e58644999aed8174519817afe0035398ca9f6.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pecl-yp/Makefile | 20 | ||||
-rw-r--r-- | net/pecl-yp/distinfo | 2 | ||||
-rw-r--r-- | net/pecl-yp/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index cbe07030aa4a..2bd60a535a6f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -833,6 +833,7 @@ SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz + SUBDIR += pecl-yp SUBDIR += pen SUBDIR += pfflowd SUBDIR += pfinger diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile new file mode 100644 index 000000000000..70af5fb7e7e7 --- /dev/null +++ b/net/pecl-yp/Makefile @@ -0,0 +1,20 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= yp +PORTVERSION= 1.0.0 +CATEGORIES= net pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= YP/NIS functions binding for PHP + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHPEXT= yes +USES= tar:tgz + +.include <bsd.port.mk> diff --git a/net/pecl-yp/distinfo b/net/pecl-yp/distinfo new file mode 100644 index 000000000000..3b785828d6ac --- /dev/null +++ b/net/pecl-yp/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/yp-1.0.0.tgz) = 1bee00d825ff66135f0e4570cd2063b4e72d4fdde35e707a4f1fe060c03d33e1 +SIZE (PECL/yp-1.0.0.tgz) = 19343 diff --git a/net/pecl-yp/pkg-descr b/net/pecl-yp/pkg-descr new file mode 100644 index 000000000000..2f0f752dca44 --- /dev/null +++ b/net/pecl-yp/pkg-descr @@ -0,0 +1,4 @@ +NIS (formerly called Yellow Pages) allows network management of important +administrative files (e.g. the password file). + +WWW: http://pecl.php.net/packages/yp |