diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:14:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:14:44 +0800 |
commit | 2e641cdc6e967ac41a501695ed67befe6646e278 (patch) | |
tree | 5db2bdd681818b4dae1ca837c3e8a53e716f07e1 /security | |
parent | 15c3f23ff81ff25617fa429d0f060989bc31601a (diff) | |
download | freebsd-ports-gnome-2e641cdc6e967ac41a501695ed67befe6646e278.tar.gz freebsd-ports-gnome-2e641cdc6e967ac41a501695ed67befe6646e278.tar.zst freebsd-ports-gnome-2e641cdc6e967ac41a501695ed67befe6646e278.zip |
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Remove IPV6 option: which is no-op now
- Convert to options target helper
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index b298e1e0ef68..73979f73922d 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -3,6 +3,7 @@ PORTNAME= IO-Socket-SSL PORTVERSION= 2.044 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR @@ -17,12 +18,13 @@ BUILD_DEPENDS= p5-Net-SSLeay>=1.59:security/p5-Net-SSLeay \ p5-Mozilla-CA>=20130114:www/p5-Mozilla-CA RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure CONFIGURE_ARGS= < /dev/null -OPTIONS_DEFINE= EXAMPLES IDN IPV6 +OPTIONS_DEFINE= EXAMPLES IDN INSTALL_TARGET= pure_install @@ -32,11 +34,8 @@ SHEBANG_FILES= example/ssl_mitm.pl IDN_BUILD_DEPENDS= p5-URI>=1.50:net/p5-URI IDN_RUN_DEPENDS= ${IDN_BUILD_DEPENDS} -IPV6_BUILD_DEPENDS= p5-IO-Socket-IP>=0.31:net/p5-IO-Socket-IP \ - p5-Socket>=1.95:net/p5-Socket -IPV6_RUN_DEPENDS= ${IPV6_BUILD_DEPENDS} -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}/ |