svn commit: r412328 - head/www/p5-WWW-Shorten
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Apr 1 11:16:42 UTC 2016
Author: sunpoet
Date: Fri Apr 1 11:16:41 2016
New Revision: 412328
URL: https://svnweb.freebsd.org/changeset/ports/412328
Log:
- Add LICENSE
- Update *_DEPENDS: remove PORTSDIR
- Add NO_ARCH
Modified:
head/www/p5-WWW-Shorten/Makefile
Modified: head/www/p5-WWW-Shorten/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten/Makefile Fri Apr 1 11:16:36 2016 (r412327)
+++ head/www/p5-WWW-Shorten/Makefile Fri Apr 1 11:16:41 2016 (r412328)
@@ -9,10 +9,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at 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
More information about the svn-ports-all
mailing list