diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-01 19:16:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-01 19:16:41 +0800 |
commit | 7aa73cfc3a943d71e407088b8de0f86569aa77a8 (patch) | |
tree | 6d63accb88f0497ac73c1a39919ec9d6dd0ac8c8 | |
parent | c28710816f5450c76e80f35428cb87dc59ac3030 (diff) | |
download | freebsd-ports-gnome-7aa73cfc3a943d71e407088b8de0f86569aa77a8.tar.gz freebsd-ports-gnome-7aa73cfc3a943d71e407088b8de0f86569aa77a8.tar.zst freebsd-ports-gnome-7aa73cfc3a943d71e407088b8de0f86569aa77a8.zip |
- Add LICENSE
- Update *_DEPENDS: remove PORTSDIR
- Add NO_ARCH
-rw-r--r-- | www/p5-WWW-Shorten/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/p5-WWW-Shorten/Makefile b/www/p5-WWW-Shorten/Makefile index 3a5de83a8457..c9b55061c994 100644 --- a/www/p5-WWW-Shorten/Makefile +++ b/www/p5-WWW-Shorten/Makefile @@ -9,10 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Abstract interface to URL shortening sites -BUILD_DEPENDS= p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \ - p5-Try-Tiny>=0.24:${PORTSDIR}/lang/p5-Try-Tiny +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-libwww>=5.835:www/p5-libwww \ + p5-Try-Tiny>=0.24:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |