diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-08-01 08:14:33 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-08-01 08:14:33 +0000 |
commit | 11c30362d82e7fb710320d0be78458d04f5d02f6 (patch) | |
tree | 663c234d37d7fdcc22bf5405fec87fed36ab52d6 /www/p5-WWW-Mixi-Scraper/Makefile | |
parent | 0f8d3c8c383ddee48fbff6834e6b2e36c202701d (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Mixi-Scraper/Makefile')
-rw-r--r-- | www/p5-WWW-Mixi-Scraper/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-WWW-Mixi-Scraper/Makefile b/www/p5-WWW-Mixi-Scraper/Makefile index 0fecee34fef3..1e51c816b644 100644 --- a/www/p5-WWW-Mixi-Scraper/Makefile +++ b/www/p5-WWW-Mixi-Scraper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mixi-Scraper -PORTVERSION= 0.30 +PORTVERSION= 0.33 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Yet another mixi scraper -BUILD_DEPENDS= p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Web-Scraper>=0.17:${PORTSDIR}/www/p5-Web-Scraper \ p5-WWW-Mechanize>=1.50:${PORTSDIR}/www/p5-WWW-Mechanize -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes USE_DOS2UNIX= yes |