Date: Fri, 15 Mar 2013 02:20:50 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314224 - head/security/pear-Crypt_RC4 Message-ID: <201303150220.r2F2KoH1019397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150220.r2F2KoH1019397>