aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-ChangeNotify
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-09 18:34:59 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-09 18:34:59 +0000
commit91aef48724f00ea5b70b061a0f80e8a21301e82e (patch)
tree214a488eaf515224e5fbdf563501e7ed8d69a623 /devel/p5-File-ChangeNotify
parent6dda6926cc2bfe0d8ee46f4c04b67fc996c6590c (diff)
downloadports-91aef48724f00ea5b70b061a0f80e8a21301e82e.tar.gz
ports-91aef48724f00ea5b70b061a0f80e8a21301e82e.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326839
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r--devel/p5-File-ChangeNotify/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile
index dd307d39094f..4bd4fddb55e7 100644
--- a/devel/p5-File-ChangeNotify/Makefile
+++ b/devel/p5-File-ChangeNotify/Makefile
@@ -28,6 +28,7 @@ MAN3= File::ChangeNotify.3 \
File::ChangeNotify::Watcher::Inotify.3 \
File::ChangeNotify::Watcher::KQueue.3
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
.include <bsd.port.mk>