diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 09:45:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 09:45:41 +0800 |
commit | 5bba0e438e5b6589ce2c1f3214c9ad3f247fb242 (patch) | |
tree | ff127d45019cfd4e201fa1523a0874b5cb5d6b9a /textproc/p5-Text-Markdown | |
parent | b7ee4e21f069666a4c221d9231e51667467ae71b (diff) | |
download | freebsd-ports-gnome-5bba0e438e5b6589ce2c1f3214c9ad3f247fb242.tar.gz freebsd-ports-gnome-5bba0e438e5b6589ce2c1f3214c9ad3f247fb242.tar.zst freebsd-ports-gnome-5bba0e438e5b6589ce2c1f3214c9ad3f247fb242.zip |
- Add missing DEPENDS
- Add TEST_DEPENDS to enable testing
- Bump PORTREVISION
PR: ports/166158
Approved by: maintainer timeout (fernan@iib.unsam.edu.ar, >2 weeks)
Diffstat (limited to 'textproc/p5-Text-Markdown')
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile index e25d56cd76f9..5fe30a93eb93 100644 --- a/textproc/p5-Text-Markdown/Makefile +++ b/textproc/p5-Text-Markdown/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Markdown PORTVERSION= 1.000031 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Markdown Perl5 module +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN1= Markdown.pl.1 |