diff options
author | culot <culot@FreeBSD.org> | 2011-10-18 22:36:52 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-10-18 22:36:52 +0800 |
commit | 75e742a3c26047b313aee8d7e3e74bba7fec5a3e (patch) | |
tree | 62bb41bf029c6044393037c65e91699cc7a63bc0 /japanese | |
parent | 278c38ac7e7d2e71ce801fc0f61d5e119338e863 (diff) | |
download | freebsd-ports-gnome-75e742a3c26047b313aee8d7e3e74bba7fec5a3e.tar.gz freebsd-ports-gnome-75e742a3c26047b313aee8d7e3e74bba7fec5a3e.tar.zst freebsd-ports-gnome-75e742a3c26047b313aee8d7e3e74bba7fec5a3e.zip |
- Update to 0.08
- Add LICENSE (Artistic 1 & GPLv1)
Changes: http://search.cpan.org/dist/HTML-MobileJp/Changes
PR: ports/161744
Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-HTML-MobileJp/Makefile | 9 | ||||
-rw-r--r-- | japanese/p5-HTML-MobileJp/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/japanese/p5-HTML-MobileJp/Makefile b/japanese/p5-HTML-MobileJp/Makefile index 61c9973e8283..ef15498a88fa 100644 --- a/japanese/p5-HTML-MobileJp/Makefile +++ b/japanese/p5-HTML-MobileJp/Makefile @@ -6,17 +6,20 @@ # PORTNAME= HTML-MobileJp -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= japanese www perl5 MASTER_SITES= CPAN MAINTAINER= markun@onohara.to COMMENT= Generate mobile-jp html tags -BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/japanese/p5-HTML-MobileJp/distinfo b/japanese/p5-HTML-MobileJp/distinfo index 5dbb0d6458c3..3d74abc061d7 100644 --- a/japanese/p5-HTML-MobileJp/distinfo +++ b/japanese/p5-HTML-MobileJp/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-MobileJp-0.07.tar.gz) = 705c36db8e276f44fdda5d8a3671f240c5201153a88e8d44b647109b60becc8e -SIZE (HTML-MobileJp-0.07.tar.gz) = 48110 +SHA256 (HTML-MobileJp-0.08.tar.gz) = a54ba757d325d20cbce484b637f306df70280cc5591faae0782fd039de79611a +SIZE (HTML-MobileJp-0.08.tar.gz) = 22541 |