aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 07:05:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 07:05:03 +0000
commit65ae67adad77b3effc143735a97ae080b8e0cb47 (patch)
treed11d769bbd587ee86ba4b61289b92f61d882794d /security
parent6385d019790b5484334744728f85b2d750adb141 (diff)
downloadports-65ae67adad77b3effc143735a97ae080b8e0cb47.tar.gz
ports-65ae67adad77b3effc143735a97ae080b8e0cb47.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314264
Diffstat (limited to 'security')
-rw-r--r--security/pear-Crypt_RSA/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile
index 84fcccb7b3ad..6d39f6d4a484 100644
--- a/security/pear-Crypt_RSA/Makefile
+++ b/security/pear-Crypt_RSA/Makefile
@@ -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