diff options
Diffstat (limited to 'www/p5-Starlet/Makefile')
-rw-r--r-- | www/p5-Starlet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-Starlet/Makefile b/www/p5-Starlet/Makefile index e63999e09dae..e15e1a340a2a 100644 --- a/www/p5-Starlet/Makefile +++ b/www/p5-Starlet/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Starlet -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KAZUHO @@ -16,8 +16,10 @@ RUN_DEPENDS= \ p5-Server-Starter>=0.06:${PORTSDIR}/net/p5-Server-Starter BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP +# TODO: maybe need p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Starlet.3 |