svn commit: r325904 - head/www/p5-CGI-Simple
Andrej Zverev
az at FreeBSD.org
Sun Sep 1 19:04:56 UTC 2013
Author: az
Date: Sun Sep 1 19:04:56 2013
New Revision: 325904
URL: http://svnweb.freebsd.org/changeset/ports/325904
Log:
- Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion)
- Trim Makefile header while i'm here
Modified:
head/www/p5-CGI-Simple/Makefile
Modified: head/www/p5-CGI-Simple/Makefile
==============================================================================
--- head/www/p5-CGI-Simple/Makefile Sun Sep 1 19:03:19 2013 (r325903)
+++ head/www/p5-CGI-Simple/Makefile Sun Sep 1 19:04:56 2013 (r325904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-CGI-Simple
-# Date created: 16 November 2004
-# Whom: Lars Thegler <lth at FreeBSD.org>
-#
+# Created by: Lars Thegler <lth at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= CGI-Simple
PORTVERSION= 1.113
@@ -17,7 +13,6 @@ COMMENT= A simple totally OO CGI interfa
TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
-PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list