aboutsummaryrefslogtreecommitdiff
path: root/deskutils/p5-Data-ICal
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-07-29 17:17:46 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-07-29 17:17:46 +0000
commit0a70186c1421554d18674ec8074d18529204018c (patch)
treeccdf60776863dc08bc36c100e6d28dff3147f95b /deskutils/p5-Data-ICal
parent8702cff3b5755a7b89f9d0dd46c31873c72c3693 (diff)
downloadports-0a70186c1421554d18674ec8074d18529204018c.tar.gz
ports-0a70186c1421554d18674ec8074d18529204018c.zip
Work around a bug in inc::Module::Install bundled with this
distribution. Grrrr. Noticed by: erwin, QAT
Notes
Notes: svn path=/head/; revision=238635
Diffstat (limited to 'deskutils/p5-Data-ICal')
-rw-r--r--deskutils/p5-Data-ICal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/p5-Data-ICal/Makefile b/deskutils/p5-Data-ICal/Makefile
index fc6c0dc19998..ba233a3bdb62 100644
--- a/deskutils/p5-Data-ICal/Makefile
+++ b/deskutils/p5-Data-ICal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Data-ICal
PORTVERSION= 0.16
+PORTREVISION= 1
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -39,4 +40,7 @@ MAN3= Data::ICal.3 \
Data::ICal::Entry::Todo.3 \
Data::ICal::Property.3
+post-extract:
+ @${PERL} -i -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>