diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 07:00:15 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 07:00:15 +0000 |
commit | ee79f6d785df6f3cd95e310217b654e7ddbf984a (patch) | |
tree | e056c71dcec2891a27063c3d2ff95b45626ce6d4 /net/p5-Test-URI | |
parent | d8771481e0d9feb41858258fb28adbfe2dc62f66 (diff) | |
download | ports-ee79f6d785df6f3cd95e310217b654e7ddbf984a.tar.gz ports-ee79f6d785df6f3cd95e310217b654e7ddbf984a.zip |
Notes
Diffstat (limited to 'net/p5-Test-URI')
-rw-r--r-- | net/p5-Test-URI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Test-URI/Makefile b/net/p5-Test-URI/Makefile index e5500b37090d..894b55f42efd 100644 --- a/net/p5-Test-URI/Makefile +++ b/net/p5-Test-URI/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::URI.3 |