Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 18:09:54 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325894 - head/comms/p5-SMS-SMS77
Message-ID:  <201309011809.r81I9sdF081407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  1 18:09:54 2013
New Revision: 325894
URL: http://svnweb.freebsd.org/changeset/ports/325894

Log:
  - Resolve of using USE_PERL5 and PERL_CONFIGURE together
  - Convert to new perl5 framework
  - Trim Makefile header
  
  With hat:	perl@

Modified:
  head/comms/p5-SMS-SMS77/Makefile   (contents, props changed)

Modified: head/comms/p5-SMS-SMS77/Makefile
==============================================================================
--- head/comms/p5-SMS-SMS77/Makefile	Sun Sep  1 17:48:37 2013	(r325893)
+++ head/comms/p5-SMS-SMS77/Makefile	Sun Sep  1 18:09:54 2013	(r325894)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011809.r81I9sdF081407>