diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:33:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:33:33 +0000 |
commit | ac7c9771a55ea4ad04f19ab60d246c8641eb9ae4 (patch) | |
tree | e60644054edf6a78c844a12472ab3f9f5082dd5c /security/pear-Crypt_RC4 | |
parent | 65b5a7c979fc28cf287b099f739651573deb1f42 (diff) | |
download | ports-ac7c9771a55ea4ad04f19ab60d246c8641eb9ae4.tar.gz ports-ac7c9771a55ea4ad04f19ab60d246c8641eb9ae4.zip |
Notes
Diffstat (limited to 'security/pear-Crypt_RC4')
-rw-r--r-- | security/pear-Crypt_RC4/Makefile | 23 | ||||
-rw-r--r-- | security/pear-Crypt_RC4/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Crypt_RC4/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile new file mode 100644 index 000000000000..778f8cc5d388 --- /dev/null +++ b/security/pear-Crypt_RC4/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-Crypt_RC4 +# Date created: 25 November 2004 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Crypt_RC4 +PORTVERSION= 1.0.2 +CATEGORIES= security www pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR encryption class for RC4 encryption + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Crypt +FILES= Rc4.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/security/pear-Crypt_RC4/distinfo b/security/pear-Crypt_RC4/distinfo new file mode 100644 index 000000000000..aa2c43308ee1 --- /dev/null +++ b/security/pear-Crypt_RC4/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Crypt_RC4-1.0.2.tgz) = 90837b9317deaf42f563958b4689b937 +SIZE (PEAR/Crypt_RC4-1.0.2.tgz) = 1850 diff --git a/security/pear-Crypt_RC4/pkg-descr b/security/pear-Crypt_RC4/pkg-descr new file mode 100644 index 000000000000..428caf657f56 --- /dev/null +++ b/security/pear-Crypt_RC4/pkg-descr @@ -0,0 +1,3 @@ +PEAR RC4 encryption class. + +WWW: http://pear.php.net/package/Crypt_RC4/ |