diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 10:16:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 10:16:46 +0000 |
commit | e0ecdd782c4c41c85bd232cfeef1f232fa2602d8 (patch) | |
tree | 517d71bccef70e544897acba8516ff245ab13452 /devel/p5-Regexp-Assemble-Compressed | |
parent | 1b38e4177ab6d265135addc11bce6882cfd2df93 (diff) |
Notes
Diffstat (limited to 'devel/p5-Regexp-Assemble-Compressed')
-rw-r--r-- | devel/p5-Regexp-Assemble-Compressed/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Regexp-Assemble-Compressed/Makefile b/devel/p5-Regexp-Assemble-Compressed/Makefile index cbde7698dd18..66799990323e 100644 --- a/devel/p5-Regexp-Assemble-Compressed/Makefile +++ b/devel/p5-Regexp-Assemble-Compressed/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Regexp::Assemble::Compressed -# Date created: 27 Dec 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Regexp-Assemble-Compressed PORTVERSION= 0.02 @@ -18,7 +13,8 @@ RUN_DEPENDS= \ p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Regexp::Assemble::Compressed.3 |