aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Captcha-reCAPTCHA-Mailhide
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 11:44:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 11:44:41 +0000
commitd36b674c40f4e0bdb4366c664e162b2d272d2e35 (patch)
treeeb076836dd1be72ab97d0c69f0d3dcca40eaf1d2 /graphics/p5-Captcha-reCAPTCHA-Mailhide
parentf96c54dce9de28319079f1b66a9d5f59ddaaa063 (diff)
downloadports-d36b674c40f4e0bdb4366c664e162b2d272d2e35.tar.gz
ports-d36b674c40f4e0bdb4366c664e162b2d272d2e35.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326963
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA-Mailhide')
-rw-r--r--graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
index edb21f5c1cff..a0d3c75c7936 100644
--- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
+++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Captcha-reCAPTCHA-Mailhide
-# Date created: 7 January 2009
-# Whom: gerard
-#
+# Created by: gerard
# $FreeBSD$
-#
PORTNAME= Captcha-reCAPTCHA-Mailhide
PORTVERSION= 0.94
@@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Captcha::reCAPTCHA::Mailhide.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>