diff options
author | culot <culot@FreeBSD.org> | 2013-02-05 20:29:40 +0000 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-02-05 20:29:40 +0000 |
commit | ff4fb0a9b7a95e1dcefab8eecf8501e48c22d337 (patch) | |
tree | 016e4cd83e331bfad6b0acb6f3040cce1086d372 /textproc/p5-Pod-Parser/Makefile | |
parent | a92f2f85fab1459727db39aafbd2b2776ea75de6 (diff) | |
download | FreeBSD-ports-ff4fb0a9b7a95e1dcefab8eecf8501e48c22d337.zip FreeBSD-ports-ff4fb0a9b7a95e1dcefab8eecf8501e48c22d337.tar.gz |
- Update to 1.60
- Add LICENSE (Artistic 1 & GLP 1)
Changes: http://search.cpan.org/dist/Pod-Parser/CHANGES
Diffstat (limited to 'textproc/p5-Pod-Parser/Makefile')
-rw-r--r-- | textproc/p5-Pod-Parser/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile index 33b755a..9063f4c 100644 --- a/textproc/p5-Pod-Parser/Makefile +++ b/textproc/p5-Pod-Parser/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: Pod::Parser -# Date created: 18 Dec 2001 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Pod-Parser -PORTVERSION= 1.51 +PORTVERSION= 1.60 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules to work with POD (Plain Old Documentation) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes USE_DOS2UNIX= yes -MAN3= Pod::Checker.3 Pod::Find.3 Pod::InputObjects.3 \ - Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 \ - Pod::Usage.3 +MAN3= Pod::Find.3 Pod::InputObjects.3 \ + Pod::ParseUtils.3 Pod::Parser.3 Pod::PlainText.3 Pod::Select.3 post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL |