diff options
author | culot <culot@FreeBSD.org> | 2012-08-07 01:32:02 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-08-07 01:32:02 +0800 |
commit | 428014393abbfd9208acbe289aecc85420a7a691 (patch) | |
tree | 13cf813b3c3dde691efffa997c1c96bb4ab68ccc /textproc/p5-Text-WikiFormat | |
parent | eff812d98af44087153ba49c4ecb760be939bccf (diff) | |
download | freebsd-ports-graphics-428014393abbfd9208acbe289aecc85420a7a691.tar.gz freebsd-ports-graphics-428014393abbfd9208acbe289aecc85420a7a691.tar.zst freebsd-ports-graphics-428014393abbfd9208acbe289aecc85420a7a691.zip |
- Update to 0.80
- Remove dependencies already in core
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership
Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index ef5a5be37ad..dc24e08d6e9 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -6,17 +6,19 @@ # PORTNAME= Text-WikiFormat -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Module for translating Wiki formatted text into other formats -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index d6ffb5f86d3..fa5ecf834a5 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-WikiFormat-0.79.tar.gz) = 06fbc53818d764e04b3b26c39a325e074776d08dbc166c6043c4ec4b1b6bddb2 -SIZE (Text-WikiFormat-0.79.tar.gz) = 28883 +SHA256 (Text-WikiFormat-0.80.tar.gz) = 3ed72a028f49274c61bdf001c831b77389c47e2c611ac0414fa0c3bee3783544 +SIZE (Text-WikiFormat-0.80.tar.gz) = 28845 |