diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 06:30:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 06:30:32 +0000 |
commit | 32489587338b60afa4f0bc60e0af8deb52a5e620 (patch) | |
tree | 30e7ec6bb6bf09b4ba925529b21cdb67991b7f81 /security/pear-File_HtAccess | |
parent | 9a3013ab132c2f4cf081c9e8ccc4d53090aa8af1 (diff) | |
download | ports-32489587338b60afa4f0bc60e0af8deb52a5e620.tar.gz ports-32489587338b60afa4f0bc60e0af8deb52a5e620.zip |
Notes
Diffstat (limited to 'security/pear-File_HtAccess')
-rw-r--r-- | security/pear-File_HtAccess/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/pear-File_HtAccess/Makefile b/security/pear-File_HtAccess/Makefile index 93b9728951c3..e1911a88933f 100644 --- a/security/pear-File_HtAccess/Makefile +++ b/security/pear-File_HtAccess/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_HtAccess -# Date created: 08 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= File_HtAccess PORTVERSION= 1.2.1 @@ -13,10 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to manipulate .htaccess files BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= File -FILES= HtAccess.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |