diff options
author | az <az@FreeBSD.org> | 2012-12-17 17:54:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 17:54:03 +0800 |
commit | 0cafba9abb57848e295b4081894462823948539d (patch) | |
tree | 1964070bd972a0f2f0d180dae0474e606ebb4508 /security/p5-Digest-SHA | |
parent | fa7fe0860ec16692920983dda4e4ad07aaf61dd8 (diff) | |
download | freebsd-ports-gnome-0cafba9abb57848e295b4081894462823948539d.tar.gz freebsd-ports-gnome-0cafba9abb57848e295b4081894462823948539d.tar.zst freebsd-ports-gnome-0cafba9abb57848e295b4081894462823948539d.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'security/p5-Digest-SHA')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 44eea6f59e27..316f42315696 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -20,18 +20,11 @@ PERL_CONFIGURE= yes MAN3= Digest::SHA.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 501000 -PLIST_SUB+= EXE_FILES="@comment " -.else +# XXX:az - pkg-plist PLIST_SUB+= EXE_FILES="" MAN1= shasum.1 -.endif post-patch: -.if ${PERL_LEVEL} >= 501000 @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |