aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-07-14 07:41:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-07-14 07:41:50 +0000
commitfc4ca2e42efb4e7c95abde47294a81310b0a46ed (patch)
tree302543c80fcd115a61abeac03822c8f0ac2b8a75 /archivers/p5-Archive-Zip
parent2cbfca83a79fb79b250bf987a3fd41e1e571b2b1 (diff)
downloadports-fc4ca2e42efb4e7c95abde47294a81310b0a46ed.tar.gz
ports-fc4ca2e42efb4e7c95abde47294a81310b0a46ed.zip
Correctly use bsd.port.(pre|post).mk
PR: 69025 Submitted by: Wesley Shields <wxs@csh.rit.edu>
Notes
Notes: svn path=/head/; revision=113600
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r--archivers/p5-Archive-Zip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile
index a88f2baf6bcf..d8002256c4d2 100644
--- a/archivers/p5-Archive-Zip/Makefile
+++ b/archivers/p5-Archive-Zip/Makefile
@@ -23,9 +23,11 @@ PERL_CONFIGURE= yes
MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
+
+.include <bsd.port.post.mk>