aboutsummaryrefslogtreecommitdiffstats
path: root/security/pear-Crypt_RC4
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 10:20:50 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 10:20:50 +0800
commit6030de8fe3b811e93bfff2e4421c3e65894ef201 (patch)
treea328a1d38e2d45872588ebfeba1c75823924d587 /security/pear-Crypt_RC4
parent86c7e5154609db524542c4702bd851ba3393e2b3 (diff)
downloadfreebsd-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/Makefile10
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"