diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-07-29 17:17:46 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-07-29 17:17:46 +0000 |
commit | 0a70186c1421554d18674ec8074d18529204018c (patch) | |
tree | ccdf60776863dc08bc36c100e6d28dff3147f95b /deskutils | |
parent | 8702cff3b5755a7b89f9d0dd46c31873c72c3693 (diff) | |
download | ports-0a70186c1421554d18674ec8074d18529204018c.tar.gz ports-0a70186c1421554d18674ec8074d18529204018c.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/p5-Data-ICal/Makefile | 4 |
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> |