summaryrefslogtreecommitdiff
path: root/lang/pecl-perl
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 08:56:53 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 08:56:53 +0000
commit72185e5fb2229800490e58850811d57db1039664 (patch)
tree9c01d1faf4fbbd4d19b88647d3113491e00711c3 /lang/pecl-perl
parent- convert to the new perl5 framework (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326955
Diffstat (limited to 'lang/pecl-perl')
-rw-r--r--lang/pecl-perl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile
index 900c7b36843a..c4ceb1ca4798 100644
--- a/lang/pecl-perl/Makefile
+++ b/lang/pecl-perl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pecl-perl
-# Date created: 2007-3-3
-# Whom: Luke Jee
-#
+# Created by: Luke Jee
# $FreeBSD$
-#
PORTNAME= perl
DISTVERSION= 1.0.0
@@ -22,6 +18,6 @@ USE_PHPEXT= yes
USE_PHP_BUILD= yes
DEFAULT_PHP_VER=53
-USE_PERL5= yes
+USES= perl5
.include <bsd.port.mk>