diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-19 09:15:02 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-19 09:15:02 +0000 |
commit | e2d7516f1ec569eca182bc00f07a31960a48d639 (patch) | |
tree | 5c1957da17bf04a916e2e8e9616e163dbbe2a9d2 /textproc/p5-Text-HikiDoc/Makefile | |
parent | a883bad69d02faf6743cdd96e2ef3008719e2df2 (diff) |
- Update to 1.020
- Trim Makefile header
- Add LICENSE section
- Replace tab with a space after WWW: in pkg-descr
Notes
Notes:
svn path=/head/; revision=318504
Diffstat (limited to 'textproc/p5-Text-HikiDoc/Makefile')
-rw-r--r-- | textproc/p5-Text-HikiDoc/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-HikiDoc/Makefile b/textproc/p5-Text-HikiDoc/Makefile index 9c2c2ff97a91..026d374a4904 100644 --- a/textproc/p5-Text-HikiDoc/Makefile +++ b/textproc/p5-Text-HikiDoc/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Text-HikiDoc -# Date created: 2011-08-30 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-HikiDoc -PORTVERSION= 1.019 +PORTVERSION= 1.020 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tota@FreeBSD.org COMMENT= Pure Perl implementation of 'HikiDoc' -PERL_CONFIGURE= yes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_MODBUILD= yes MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3 |