diff options
-rw-r--r-- | devel/p5-MooseX-Object-Pluggable/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-MooseX-Object-Pluggable/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-MooseX-Object-Pluggable/Makefile b/devel/p5-MooseX-Object-Pluggable/Makefile index 7c82ed4da898..b1fec31563d9 100644 --- a/devel/p5-MooseX-Object-Pluggable/Makefile +++ b/devel/p5-MooseX-Object-Pluggable/Makefile @@ -7,6 +7,7 @@ PORTNAME= MooseX-Object-Pluggable PORTVERSION= 0.0011 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Make your classes pluggable -RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ - p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Object-Pluggable/pkg-descr b/devel/p5-MooseX-Object-Pluggable/pkg-descr index 467e8b77dbc2..267718068cb3 100644 --- a/devel/p5-MooseX-Object-Pluggable/pkg-descr +++ b/devel/p5-MooseX-Object-Pluggable/pkg-descr @@ -4,4 +4,4 @@ loading and handling of plugins and extensions for plugins. I understand that this may pollute your namespace, however I took great care in using the least ambiguous names possible. -WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable +WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable/
\ No newline at end of file |