diff options
author | swills <swills@FreeBSD.org> | 2012-03-02 07:21:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-02 07:21:30 +0800 |
commit | 5e3f0fa43cc05dc16dba08fb86c57e18f63eb2ca (patch) | |
tree | 02fa4b8a6b9e4799208078cd98ae1c9b55a5acab | |
parent | 20c486922ab1969a197df1466eac6de19170ce1b (diff) | |
download | freebsd-ports-gnome-5e3f0fa43cc05dc16dba08fb86c57e18f63eb2ca.tar.gz freebsd-ports-gnome-5e3f0fa43cc05dc16dba08fb86c57e18f63eb2ca.tar.zst freebsd-ports-gnome-5e3f0fa43cc05dc16dba08fb86c57e18f63eb2ca.zip |
- Make spacing more uniform
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
-rw-r--r-- | japanese/p5-WWW-2ch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/p5-WWW-2ch/Makefile b/japanese/p5-WWW-2ch/Makefile index df11a3a4ee3f..7aecba778520 100644 --- a/japanese/p5-WWW-2ch/Makefile +++ b/japanese/p5-WWW-2ch/Makefile @@ -16,7 +16,8 @@ MAINTAINER= kaoru@kaisei.org COMMENT= Perl module for scraping of 2ch.net BBS RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor + ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor +TEST_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require PERL_CONFIGURE= yes |