diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-19 21:06:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-19 21:06:12 +0800 |
commit | 0fdea0b6bf2d875960e04a421ce0083e68bba256 (patch) | |
tree | b58b071c67fe4bc01cbb7b9b85b32662d5f07d65 /devel | |
parent | 79418d0a4db33622549c41fd51064de75a56c455 (diff) | |
download | freebsd-ports-gnome-0fdea0b6bf2d875960e04a421ce0083e68bba256.tar.gz freebsd-ports-gnome-0fdea0b6bf2d875960e04a421ce0083e68bba256.tar.zst freebsd-ports-gnome-0fdea0b6bf2d875960e04a421ce0083e68bba256.zip |
- Add LICENSE [1]
- Fix *_DEPENDS: parent is already in all supported Perl releases
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AnyEvent-DBI-Abstract/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-AnyEvent-DBI-Abstract/Makefile b/devel/p5-AnyEvent-DBI-Abstract/Makefile index 02071ef7888a..da660ceb184b 100644 --- a/devel/p5-AnyEvent-DBI-Abstract/Makefile +++ b/devel/p5-AnyEvent-DBI-Abstract/Makefile @@ -3,7 +3,7 @@ PORTNAME= AnyEvent-DBI-Abstract PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= AnyEvent::DBI + SQL::Abstract -RUN_DEPENDS= p5-AnyEvent-DBI>=0:${PORTSDIR}/devel/p5-AnyEvent-DBI \ - p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-AnyEvent-DBI>=0:${PORTSDIR}/devel/p5-AnyEvent-DBI \ + p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |