diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 15:05:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 15:05:03 +0800 |
commit | 22693dd888124c90b74a6363fd6f5e1f2cfccfdc (patch) | |
tree | d11d769bbd587ee86ba4b61289b92f61d882794d | |
parent | 7bb31650e2680ffdc6af8783e17001da929916bf (diff) | |
download | freebsd-ports-gnome-22693dd888124c90b74a6363fd6f5e1f2cfccfdc.tar.gz freebsd-ports-gnome-22693dd888124c90b74a6363fd6f5e1f2cfccfdc.tar.zst freebsd-ports-gnome-22693dd888124c90b74a6363fd6f5e1f2cfccfdc.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
-rw-r--r-- | security/pear-Crypt_RSA/Makefile | 10 |
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 |