aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Pod-Parser/Makefile')
-rw-r--r--textproc/p5-Pod-Parser/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
index 33b755aab6e6..9063f4ca4808 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