aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-C3-Componentised
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-07-28 00:06:25 +0800
committeraz <az@FreeBSD.org>2013-07-28 00:06:25 +0800
commit0a9e5efb9de6b8811964b263c03b83ec89719f71 (patch)
treeaf6266e338105f6caa968f90afd0c4e98288d6f5 /devel/p5-Class-C3-Componentised
parent161ee4e405ddee7d6c945754c827684829ef8e90 (diff)
downloadfreebsd-ports-graphics-0a9e5efb9de6b8811964b263c03b83ec89719f71.tar.gz
freebsd-ports-graphics-0a9e5efb9de6b8811964b263c03b83ec89719f71.tar.zst
freebsd-ports-graphics-0a9e5efb9de6b8811964b263c03b83ec89719f71.zip
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Diffstat (limited to 'devel/p5-Class-C3-Componentised')
-rw-r--r--devel/p5-Class-C3-Componentised/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Class-C3-Componentised/Makefile b/devel/p5-Class-C3-Componentised/Makefile
index d24daa3fa51..8bec9e7a4fb 100644
--- a/devel/p5-Class-C3-Componentised/Makefile
+++ b/devel/p5-Class-C3-Componentised/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Class-C3-Componentised
-# Date created: 2007-08-13
-# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
-#
+# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Class-C3-Componentised
PORTVERSION= 1.0009
@@ -31,6 +27,6 @@ PERL_CONFIGURE= yes
MAN3= Class::C3::Componentised.3
post-extract:
- @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>