diff options
author | az <az@FreeBSD.org> | 2013-09-10 13:48:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 13:48:19 +0800 |
commit | dc833d264f50c7dade6af9d8ebeafcc83ea0623c (patch) | |
tree | 405d2711d654b223432e84cde15af1735848aad2 /devel/p5-cpan-listchanges | |
parent | 6e56589e4f7277226001a3471f822c243bc3826d (diff) | |
download | freebsd-ports-gnome-dc833d264f50c7dade6af9d8ebeafcc83ea0623c.tar.gz freebsd-ports-gnome-dc833d264f50c7dade6af9d8ebeafcc83ea0623c.tar.zst freebsd-ports-gnome-dc833d264f50c7dade6af9d8ebeafcc83ea0623c.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-cpan-listchanges')
-rw-r--r-- | devel/p5-cpan-listchanges/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-cpan-listchanges/Makefile b/devel/p5-cpan-listchanges/Makefile index 97b68afe3c1e..6fd5331dd7b5 100644 --- a/devel/p5-cpan-listchanges/Makefile +++ b/devel/p5-cpan-listchanges/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= cpan-listchanges.1 MAN3= App::cpanlistchanges.3 |