mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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
This commit is contained in:
parent
60e2a2226b
commit
6b36623e26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296068
@ -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
|
||||
|
||||
|
@ -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/
|
Loading…
Reference in New Issue
Block a user