diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 20:30:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 20:30:47 +0000 |
commit | ecd10303fa8d4eaa7f8e49396ff592bf8946ef78 (patch) | |
tree | e64df1aab0eac98bfb5c3e1224a0a96218c6b80c /security/pear-File_HtAccess | |
parent | 57854442b4a46c1f5786b8ed93a0266b034af50d (diff) | |
download | ports-ecd10303fa8d4eaa7f8e49396ff592bf8946ef78.tar.gz ports-ecd10303fa8d4eaa7f8e49396ff592bf8946ef78.zip |
Notes
Diffstat (limited to 'security/pear-File_HtAccess')
-rw-r--r-- | security/pear-File_HtAccess/Makefile | 23 | ||||
-rw-r--r-- | security/pear-File_HtAccess/distinfo | 2 | ||||
-rw-r--r-- | security/pear-File_HtAccess/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/security/pear-File_HtAccess/Makefile b/security/pear-File_HtAccess/Makefile new file mode 100644 index 000000000000..65616222a220 --- /dev/null +++ b/security/pear-File_HtAccess/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-File_HtAccess +# Date created: 08 March 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= File_HtAccess +PORTVERSION= 1.1.0 +CATEGORIES= security www pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR class to manipulate .htaccess files + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= File +FILES= HtAccess.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/security/pear-File_HtAccess/distinfo b/security/pear-File_HtAccess/distinfo new file mode 100644 index 000000000000..cce1f4baac1b --- /dev/null +++ b/security/pear-File_HtAccess/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/File_HtAccess-1.1.0.tgz) = d8db49e0b9d94f857f01977ef47c6ec8 +SIZE (PEAR/File_HtAccess-1.1.0.tgz) = 3020 diff --git a/security/pear-File_HtAccess/pkg-descr b/security/pear-File_HtAccess/pkg-descr new file mode 100644 index 000000000000..1b34b2bc4aae --- /dev/null +++ b/security/pear-File_HtAccess/pkg-descr @@ -0,0 +1,3 @@ +Provides methods to create and manipulate .htaccess files. + +WWW: http://pear.php.net/package/File_HtAccess/ |