diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 14:36:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 14:36:58 +0000 |
commit | 05fff28d82b4a3231d6a8d6bfcee29167e280a1c (patch) | |
tree | 963d5a2bbd4767b1bc70d5e7979fafa2b281c448 /devel/p5-App-Rad/Makefile | |
parent | 321430b7907a9d48964c3e286daea83bc5416361 (diff) | |
download | ports-05fff28d82b4a3231d6a8d6bfcee29167e280a1c.tar.gz ports-05fff28d82b4a3231d6a8d6bfcee29167e280a1c.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326639
Diffstat (limited to 'devel/p5-App-Rad/Makefile')
-rw-r--r-- | devel/p5-App-Rad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-App-Rad/Makefile b/devel/p5-App-Rad/Makefile index b9670293d28b..297f3bdd494c 100644 --- a/devel/p5-App-Rad/Makefile +++ b/devel/p5-App-Rad/Makefile @@ -13,7 +13,8 @@ COMMENT= Rapid (and easy!) creation of command line applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= App::Rad.3 \ App::Rad::Exclude.3 \ |