diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-10 22:37:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-10 22:37:00 +0800 |
commit | 88e279dc0dbad27f1e167149ffce0445cef2c8ff (patch) | |
tree | 6e27da3b583cb3b1d50784217508f7fdb5a7f100 /devel | |
parent | ef173243f6f067bf0bd99b624a468dc190bd59e9 (diff) | |
download | freebsd-ports-gnome-88e279dc0dbad27f1e167149ffce0445cef2c8ff.tar.gz freebsd-ports-gnome-88e279dc0dbad27f1e167149ffce0445cef2c8ff.tar.zst freebsd-ports-gnome-88e279dc0dbad27f1e167149ffce0445cef2c8ff.zip |
- Filter::Simple is already in all supported Perl releases
- Bump PORTREVISION for dependency change
PR: ports/162312
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Perl6-Export/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Perl6-Export/Makefile b/devel/p5-Perl6-Export/Makefile index ed31160affb0..4a0936688494 100644 --- a/devel/p5-Perl6-Export/Makefile +++ b/devel/p5-Perl6-Export/Makefile @@ -7,6 +7,7 @@ PORTNAME= Perl6-Export PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Implements the Perl 6 'is export(...)' trait -BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes -MAN3= Perl6::Export.3 +MAN3= Perl6::Export.3 .include <bsd.port.mk> |