aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-openxpki
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-08 09:12:10 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-08 09:12:10 +0800
commit9ccc7e92dea72d32d4ae04470bbce43e6f9227da (patch)
tree20264757b2346c435477e3f6cfdf324086bbafe9 /security/p5-openxpki
parent07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (diff)
downloadfreebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.gz
freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.zst
freebsd-ports-gnome-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.zip
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
Diffstat (limited to 'security/p5-openxpki')
-rw-r--r--security/p5-openxpki/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index 3316e603afb8..3602dff2e3ae 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -266,11 +266,10 @@ MAN3= OpenXPKI.3 \
OpenXPKI::XML::Cache.3 \
OpenXPKI::XML::Config.3 \
OpenXPKI::i18n.3
-USE_PERL5= yes
USE_GMAKE= yes
USE_OPENSSL= yes
WITH_OPENSSL_BETA= yes
-PERL_CONFIGURE= yes
+PERL_CONFIGURE= 5.8.6+
OPTIONS= DEVELOPER "Install development tools for OpenXPKI?" off
# These tools include docbook, Java and Xorg libraries.
@@ -292,8 +291,4 @@ RUN_DEPENDS+= fop:${PORTSDIR}/textproc/fop \
post-install:
${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
-.if ${PERL_LEVEL} < 500806
-IGNORE= requires newer Perl, but you can install required old additional perl modules from CPAN instead
-.endif
-
.include <bsd.port.post.mk>