aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-02 02:09:54 +0800
committeraz <az@FreeBSD.org>2013-09-02 02:09:54 +0800
commita899ad12c108052b4c1ddcbfe4166057207d4352 (patch)
tree1ba0f7d14b14d15eefe9e167c72166bdf0f3b368
parent59a69b667e9a3855c0ffb855ae7689bb985a77cb (diff)
downloadfreebsd-ports-gnome-a899ad12c108052b4c1ddcbfe4166057207d4352.tar.gz
freebsd-ports-gnome-a899ad12c108052b4c1ddcbfe4166057207d4352.tar.zst
freebsd-ports-gnome-a899ad12c108052b4c1ddcbfe4166057207d4352.zip
- Resolve of using USE_PERL5 and PERL_CONFIGURE together
- Convert to new perl5 framework - Trim Makefile header With hat: perl@
-rw-r--r--comms/p5-SMS-SMS77/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-SMS-SMS77/Makefile b/comms/p5-SMS-SMS77/Makefile
index 84fb8c7d78bc..90eb5ec6546f 100644
--- a/comms/p5-SMS-SMS77/Makefile
+++ b/comms/p5-SMS-SMS77/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: p5-SMS-SMS77
-# Date created: 2010-02-04
-# Whom: Frank Steinborn <steinex@nognu.de>
-#
+# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
PORTNAME= SMS-SMS77
@@ -19,7 +16,7 @@ MAN1= sms77send.1
MAN3= SMS::SMS77::Message.3 \
SMS::SMS77.3
-USE_PERL5= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>