diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 01:17:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 01:17:05 +0800 |
commit | 0e692d132817960061a1b9caf04d7229ed1342dd (patch) | |
tree | a40e76ca42e8730f50e0aefd13a670d23e235b36 /net | |
parent | ebb661db40cd0dcda69cb06956b030d6d081f34a (diff) | |
download | freebsd-ports-gnome-0e692d132817960061a1b9caf04d7229ed1342dd.tar.gz freebsd-ports-gnome-0e692d132817960061a1b9caf04d7229ed1342dd.tar.zst freebsd-ports-gnome-0e692d132817960061a1b9caf04d7229ed1342dd.zip |
- Add LICENSE
- Sort *_DEPENDS
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Jifty/Makefile | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/net/p5-Net-Jifty/Makefile b/net/p5-Net-Jifty/Makefile index 51fa847a8956..d47a8a9c612e 100644 --- a/net/p5-Net-Jifty/Makefile +++ b/net/p5-Net-Jifty/Makefile @@ -10,26 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to online Jifty applications -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \ p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose -BUILD_DEPENDS:= ${RUN_DEPENDS} + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -RUN_DEPENDS+= p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode -BUILD_DEPENDS+= p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |