aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Markdown/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-18 16:18:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-18 16:18:28 +0000
commitfc4c5e26add2cf175b174a25cfc4ee6646c692db (patch)
tree8311b0a3d0f8a77679cfc401aa8523ff26808484 /textproc/p5-Pod-Markdown/Makefile
parent02f6dd02beb8bcab4b5fc9c4a53a11899a6a592e (diff)
Notes
Diffstat (limited to 'textproc/p5-Pod-Markdown/Makefile')
-rw-r--r--textproc/p5-Pod-Markdown/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-Pod-Markdown/Makefile b/textproc/p5-Pod-Markdown/Makefile
index 15e3c8aba900..78f4580c0a7f 100644
--- a/textproc/p5-Pod-Markdown/Makefile
+++ b/textproc/p5-Pod-Markdown/Makefile
@@ -2,12 +2,10 @@
# $FreeBSD$
PORTNAME= Pod-Markdown
-PORTVERSION= 1.401000
-PORTREVISION= 1
+PORTVERSION= 2.002
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Module to convert POD to Markdown
@@ -15,8 +13,6 @@ COMMENT= Module to convert POD to Markdown
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Pod-Parser>=1.51:${PORTSDIR}/textproc/p5-Pod-Parser
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Difference>=0:${PORTSDIR}/devel/p5-Test-Differences
USES= perl5