diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-10-06 14:48:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-10-06 14:48:46 +0800 |
commit | 5e466ff36fc324ff356f61d2a843d0e50362dbed (patch) | |
tree | e079293a8114f665df10d1e26ba34d4210fee343 /textproc/p5-String-ToIdentifier-EN | |
parent | bc77b7c42856680b34b9a85889ef9f785f1d97cb (diff) | |
download | freebsd-ports-gnome-5e466ff36fc324ff356f61d2a843d0e50362dbed.tar.gz freebsd-ports-gnome-5e466ff36fc324ff356f61d2a843d0e50362dbed.tar.zst freebsd-ports-gnome-5e466ff36fc324ff356f61d2a843d0e50362dbed.zip |
- Update to 0.08
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
Diffstat (limited to 'textproc/p5-String-ToIdentifier-EN')
-rw-r--r-- | textproc/p5-String-ToIdentifier-EN/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-String-ToIdentifier-EN/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/textproc/p5-String-ToIdentifier-EN/Makefile b/textproc/p5-String-ToIdentifier-EN/Makefile index 3b5ecb76d7b0..377212dadafc 100644 --- a/textproc/p5-String-ToIdentifier-EN/Makefile +++ b/textproc/p5-String-ToIdentifier-EN/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-String-ToIdentifier-EN -# Date created: 2011-12-05 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= String-ToIdentifier-EN -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Convert Strings to English Program Identifiers -BUILD_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0.07:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \ - p5-Text-Unidecode>=0.04:${PORTSDIR}/converters/p5-Text-Unidecode \ - p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean -RUN_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0.07:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0.14:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \ p5-Text-Unidecode>=0.04:${PORTSDIR}/converters/p5-Text-Unidecode \ p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean - +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage diff --git a/textproc/p5-String-ToIdentifier-EN/distinfo b/textproc/p5-String-ToIdentifier-EN/distinfo index 40c941013b38..499b583d29be 100644 --- a/textproc/p5-String-ToIdentifier-EN/distinfo +++ b/textproc/p5-String-ToIdentifier-EN/distinfo @@ -1,2 +1,2 @@ -SHA256 (String-ToIdentifier-EN-0.07.tar.gz) = 5322bf693ca886dd00346a486e709d4b29b50a939c668a1ccfc3ffb71fe5dc1c -SIZE (String-ToIdentifier-EN-0.07.tar.gz) = 34351 +SHA256 (String-ToIdentifier-EN-0.08.tar.gz) = bd2da8a8cc64e083ef98e08ca80cae185b13d5caee2d5e5be1fd92dd5dc2dbd3 +SIZE (String-ToIdentifier-EN-0.08.tar.gz) = 35781 |