diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-27 11:40:41 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-27 11:40:41 +0800 |
commit | db513302452af444610c4bd077175675b6a88ca3 (patch) | |
tree | d04d21ccfaf2b1054e98fb74830ca5d70e74c0fc /misc/p5-Bot-Training | |
parent | b29c73b73231999a477c364ac55c15fe7a6d38e2 (diff) | |
download | freebsd-ports-gnome-db513302452af444610c4bd077175675b6a88ca3.tar.gz freebsd-ports-gnome-db513302452af444610c4bd077175675b6a88ca3.tar.zst freebsd-ports-gnome-db513302452af444610c4bd077175675b6a88ca3.zip |
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change
PR: ports/167150
Submitted by: sunpoet (myself)
Approved by: milki <milki@rescomp.berkeley.edu> (maintainer)
Diffstat (limited to 'misc/p5-Bot-Training')
-rw-r--r-- | misc/p5-Bot-Training/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/p5-Bot-Training/Makefile b/misc/p5-Bot-Training/Makefile index e41e4a84fc79..8f73fbcc50d9 100644 --- a/misc/p5-Bot-Training/Makefile +++ b/misc/p5-Bot-Training/Makefile @@ -7,6 +7,7 @@ PORTNAME= Bot-Training PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVAR @@ -22,19 +23,16 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \ p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-Moose>=0.82:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt \ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean - RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.10+ MAN1= bot-training.1 - MAN3= Bot::Training.3 .include <bsd.port.mk> |