Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 07:05:03 +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: r314264 - head/security/pear-Crypt_RSA
Message-ID:  <201303150705.r2F7533r008625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150705.r2F7533r008625>