From 48be2b9bd1b29213a1d13c8f0b913bae8bff0467 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Nov 2011 14:37:00 +0000 Subject: [PATCH] - 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 (maintainer) Feature safe: yes --- devel/p5-Perl6-Export/Makefile | 6 ++---- 1 file 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