svn commit: r325894 - head/comms/p5-SMS-SMS77

Andrej Zverev az at FreeBSD.org
Sun Sep 1 18:09:55 UTC 2013


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 at nognu.de>
-#
+# Created by: Frank Steinborn <steinex at 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>


More information about the svn-ports-all mailing list