diff options
author | swills <swills@FreeBSD.org> | 2012-03-15 00:47:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-15 00:47:03 +0800 |
commit | 0a5fe3c08995ac8db1c67780a98a479942911639 (patch) | |
tree | 2572dcd4e231499d176de077283f57f616c5d3a8 /textproc | |
parent | edbf1cd0c781dc69d99d35d0477c9a6d755dab86 (diff) | |
download | freebsd-ports-graphics-0a5fe3c08995ac8db1c67780a98a479942911639.tar.gz freebsd-ports-graphics-0a5fe3c08995ac8db1c67780a98a479942911639.tar.zst freebsd-ports-graphics-0a5fe3c08995ac8db1c67780a98a479942911639.zip |
- Add missing DEPENDS
- Bump PORTREVISION
- Add TEST_DEPENDS to enable testing
Passes tests now.
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-WWW-Wordnik-API/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-WWW-Wordnik-API/Makefile b/textproc/p5-WWW-Wordnik-API/Makefile index 4ee0131bb7d..477753e345e 100644 --- a/textproc/p5-WWW-Wordnik-API/Makefile +++ b/textproc/p5-WWW-Wordnik-API/Makefile @@ -7,6 +7,7 @@ PORTNAME= WWW-Wordnik-API PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PSILVA @@ -16,6 +17,9 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= Wordnik API implementation +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON + PERL_CONFIGURE= YES MAN3= WWW::Wordnik::API.3 |