diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-08 16:28:13 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-08 16:28:13 +0000 |
commit | 2928eef3cae3656e726f675c48f20d0abeda35e6 (patch) | |
tree | 4ac15880991db3f5dc2af5cee12e14c8eea2cf87 /security/p5-Crypt-OpenSSL-RSA/Makefile | |
parent | 509c97e9348ca62a647b7e5ba0c8846df65403fa (diff) | |
download | ports-2928eef3cae3656e726f675c48f20d0abeda35e6.tar.gz ports-2928eef3cae3656e726f675c48f20d0abeda35e6.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/Makefile')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 61b0b62e89cc..ac8dfe3f529d 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-OpenSSL-RSA PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -24,4 +25,13 @@ MAN3= Crypt::OpenSSL::RSA.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +## +## this port requires PERL 5.6.x or later +## +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. +.endif + +.include <bsd.port.post.mk> |