diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /security/p5-openxpki | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'security/p5-openxpki')
-rw-r--r-- | security/p5-openxpki/Makefile | 7 |
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> |