diff options
author | az <az@FreeBSD.org> | 2013-09-02 03:04:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 03:04:56 +0800 |
commit | 096384ca4b4b9ce804f5114a75b284632766ac59 (patch) | |
tree | 7e2767e3b1b16bc0608ad276717347b4d92cd400 /www | |
parent | d07b6c9d7a525afa2ff8ffb5d7397338a36d67ca (diff) | |
download | freebsd-ports-gnome-096384ca4b4b9ce804f5114a75b284632766ac59.tar.gz freebsd-ports-gnome-096384ca4b4b9ce804f5114a75b284632766ac59.tar.zst freebsd-ports-gnome-096384ca4b4b9ce804f5114a75b284632766ac59.zip |
- Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion)
- Trim Makefile header while i'm here
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Simple/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile index 8c529e3854e9..8a309444c49a 100644 --- a/www/p5-CGI-Simple/Makefile +++ b/www/p5-CGI-Simple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CGI-Simple -# Date created: 16 November 2004 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CGI-Simple PORTVERSION= 1.113 @@ -17,7 +13,6 @@ COMMENT= A simple totally OO CGI interface that is CGI.pm compliant TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= yes USES= perl5 USE_PERL5= configure |