aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Spoon
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-22 16:27:08 +0000
commitc10f314307a4e84ca4811cb03db549590b4c364a (patch)
treeaefb02047d08a1e3c25a562330070cfdd71f0579 /devel/p5-Spoon
parentbeaeca88a88b0f7e641416a47008edd52290575c (diff)
downloadports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz
ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip
Notes
Diffstat (limited to 'devel/p5-Spoon')
-rw-r--r--devel/p5-Spoon/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile
index 378b8641d57c..c77c2273c347 100644
--- a/devel/p5-Spoon/Makefile
+++ b/devel/p5-Spoon/Makefile
@@ -38,7 +38,8 @@ MAN3= Spoon.3 \
Spoon::Registry.3 \
Spoon::Template.3 \
Spoon::Template::TT2.3 \
- Spoon::Utils.3
+ Spoon::Utils.3 \
+ Spoon::Config.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
@@ -49,16 +50,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
- ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
-post-patch:
- @${PERL} -i -pe '$$_ = "" if $$. == 3' \
- ${WRKSRC}/lib/Spoon/Base.pm
-.else
-MAN3+= Spoon::Config.3
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>