svn commit: r325906 - head/mail/p5-MIME-Lite-TT-HTML

Andrej Zverev az at FreeBSD.org
Sun Sep 1 19:14:37 UTC 2013


Author: az
Date: Sun Sep  1 19:14:36 2013
New Revision: 325906
URL: http://svnweb.freebsd.org/changeset/ports/325906

Log:
  - Fix typo in perl5 conversion.
  
  With hat:	perl@

Modified:
  head/mail/p5-MIME-Lite-TT-HTML/Makefile

Modified: head/mail/p5-MIME-Lite-TT-HTML/Makefile
==============================================================================
--- head/mail/p5-MIME-Lite-TT-HTML/Makefile	Sun Sep  1 19:12:18 2013	(r325905)
+++ head/mail/p5-MIME-Lite-TT-HTML/Makefile	Sun Sep  1 19:14:36 2013	(r325906)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mail/p5-MIME-Lite-TT-HTML
-# Date created:				22 March 2008
-# Whom:					Tuc <freebsd-ports at t-b-o-h.net>
-#
+# Created by: Tuc <freebsd-ports at t-b-o-h.net>
 # $FreeBSD$
-#
 
 PORTNAME=	MIME-Lite-TT-HTML
 PORTVERSION=	0.04
@@ -26,8 +22,7 @@ RUN_DEPENDS=	p5-Template-Toolkit>=0:${PO
 		p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
 
 USES=		perl5
-USE_PERL5=	configure
-PERL_MODBUILD=	yes
+USE_PERL5=	modbuild
 
 MAN3=	MIME::Lite::TT::HTML.3
 


More information about the svn-ports-all mailing list