diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 10:20:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 10:20:50 +0800 |
commit | 6030de8fe3b811e93bfff2e4421c3e65894ef201 (patch) | |
tree | a328a1d38e2d45872588ebfeba1c75823924d587 /security/pear-Crypt_RC4 | |
parent | 86c7e5154609db524542c4702bd851ba3393e2b3 (diff) | |
download | freebsd-ports-gnome-6030de8fe3b811e93bfff2e4421c3e65894ef201.tar.gz freebsd-ports-gnome-6030de8fe3b811e93bfff2e4421c3e65894ef201.tar.zst freebsd-ports-gnome-6030de8fe3b811e93bfff2e4421c3e65894ef201.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'security/pear-Crypt_RC4')
-rw-r--r-- | security/pear-Crypt_RC4/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/pear-Crypt_RC4/Makefile b/security/pear-Crypt_RC4/Makefile index 69507fc161f9..09adf8509276 100644 --- a/security/pear-Crypt_RC4/Makefile +++ b/security/pear-Crypt_RC4/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Crypt_RC4 -# Date created: 25 November 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Crypt_RC4 PORTVERSION= 1.0.3 @@ -13,9 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR encryption class for RC4 encryption BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Crypt/Rc4.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |