diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-30 17:53:04 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-30 17:53:04 +0000 |
commit | 7a98b659fc475d399d9c3dc5ed014016659ef9db (patch) | |
tree | 96d55bd3162b323896961338208684c1f2315ba3 /security/p5-Crypt-Simple | |
parent | 1b22f38101622a00a8e7302e1d0170cf6a36b219 (diff) |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178921
Submitted by: az
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=319439
Diffstat (limited to 'security/p5-Crypt-Simple')
-rw-r--r-- | security/p5-Crypt-Simple/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Crypt-Simple/pkg-descr | 2 |
2 files changed, 2 insertions, 12 deletions
diff --git a/security/p5-Crypt-Simple/Makefile b/security/p5-Crypt-Simple/Makefile index ba518ab63b70..d0a8539e8852 100644 --- a/security/p5-Crypt-Simple/Makefile +++ b/security/p5-Crypt-Simple/Makefile @@ -22,14 +22,4 @@ PERL_CONFIGURE= yes MAN3= Crypt::Simple.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Simple/pkg-descr b/security/p5-Crypt-Simple/pkg-descr index ee18739574d5..c72b5ad38db3 100644 --- a/security/p5-Crypt-Simple/pkg-descr +++ b/security/p5-Crypt-Simple/pkg-descr @@ -1,3 +1,3 @@ Perl encrypt stuff simply -WWW: http://search.cpan.org/dist/Crypt-Simple/ +WWW: http://search.cpan.org/dist/Crypt-Simple/ |