svn commit: r314264 - head/security/pear-Crypt_RSA

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 07:05:04 UTC 2013


Author: miwi
Date: Fri Mar 15 07:05:03 2013
New Revision: 314264
URL: http://svnweb.freebsd.org/changeset/ports/314264

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/security/pear-Crypt_RSA/Makefile   (contents, props changed)

Modified: head/security/pear-Crypt_RSA/Makefile
==============================================================================
--- head/security/pear-Crypt_RSA/Makefile	Fri Mar 15 06:52:42 2013	(r314263)
+++ head/security/pear-Crypt_RSA/Makefile	Fri Mar 15 07:05:03 2013	(r314264)
@@ -17,6 +17,8 @@ GMP_DESC=	PHP GMP extension support
 
 LATEST_LINK=	pear-${PORTNAME}
 
+PEAR_AUTOINSTALL=	yes
+
 .include <bsd.port.options.mk>
 
 .for opt in BCMATH GMP
@@ -25,14 +27,6 @@ USE_PHP+=	${opt:L}
 .    endif
 .endfor
 
-CATEGORY=	Crypt
-FILES=		RSA.php RSA/ErrorHandler.php RSA/Key.php RSA/KeyPair.php \
-		RSA/MathLoader.php RSA/Math/BCMath.php RSA/Math/BigInt.php \
-		RSA/Math/GMP.php
-DOCS=		CREDITS LICENSE Crypt_RSA.txt math_wrappers.txt
-EXAMPLES=	web_interface.php
-TESTS=		test1.php test2.php bench.php
-
 post-extract:
 	@${MV} ${WRKSRC}/CREDITS ${WRKSRC}/docs
 	@${MV} ${WRKSRC}/LICENSE ${WRKSRC}/docs


More information about the svn-ports-all mailing list