svn commit: r314224 - head/security/pear-Crypt_RC4
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:20:50 UTC 2013
Author: miwi
Date: Fri Mar 15 02:20:50 2013
New Revision: 314224
URL: http://svnweb.freebsd.org/changeset/ports/314224
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/security/pear-Crypt_RC4/Makefile (contents, props changed)
Modified: head/security/pear-Crypt_RC4/Makefile
==============================================================================
--- head/security/pear-Crypt_RC4/Makefile Fri Mar 15 02:19:49 2013 (r314223)
+++ head/security/pear-Crypt_RC4/Makefile Fri Mar 15 02:20:50 2013 (r314224)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Crypt_RC4
-# Date created: 25 November 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Crypt_RC4
PORTVERSION= 1.0.3
@@ -13,9 +9,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-head
mailing list