summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2012-05-06 03:13:48 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2012-05-06 03:13:48 +0000
commit6b36623e2658189c00fc0550977e18d79cbf281e (patch)
tree5c35b5e16f172ff93634d8e352aaf13d2d995f9b
parent- Update to 4.2[1] (diff)
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change - Add missing trailing slash to WWW PR: ports/167145 Submitted by: sunpoet
Notes
Notes: svn path=/head/; revision=296068
-rw-r--r--devel/p5-MooseX-Object-Pluggable/Makefile6
-rw-r--r--devel/p5-MooseX-Object-Pluggable/pkg-descr2
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