diff options
author | culot <culot@FreeBSD.org> | 2012-08-02 03:33:35 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-08-02 03:33:35 +0800 |
commit | e268113cd5616e1a3fac1e9b86234225c3ecbd49 (patch) | |
tree | fc687baabe934ade8b703c809869e8598207ab4c /devel/p5-ZConf-GUI/Makefile | |
parent | 61507dd425427a03834ea6eb9cc1be9fce054f47 (diff) | |
download | freebsd-ports-gnome-e268113cd5616e1a3fac1e9b86234225c3ecbd49.tar.gz freebsd-ports-gnome-e268113cd5616e1a3fac1e9b86234225c3ecbd49.tar.zst freebsd-ports-gnome-e268113cd5616e1a3fac1e9b86234225c3ecbd49.zip |
- Update to 1.1.0 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Add BUILD_DEPENDS to silence build warnings
Changes: http://search.cpan.org/dist/ZConf-GUI/Changes
PR: ports/170220 [1]
Submitted by: Zane C.B-H. <vvelox@vvelox.net> (maintainer)
Diffstat (limited to 'devel/p5-ZConf-GUI/Makefile')
-rw-r--r-- | devel/p5-ZConf-GUI/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-ZConf-GUI/Makefile b/devel/p5-ZConf-GUI/Makefile index 6c9204ded553..34d7b2e84df5 100644 --- a/devel/p5-ZConf-GUI/Makefile +++ b/devel/p5-ZConf-GUI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ZConf-GUI -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -15,8 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= A GUI backend chooser -RUN_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ + p5-Error-Helper>=1.0.0:${PORTSDIR}/devel/p5-Error-Helper \ + p5-Module-List>=0.003:${PORTSDIR}/devel/p5-Module-List \ ${LOCALBASE}/bin/xhost:${PORTSDIR}/x11/xhost +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |