freebsd-ports/www/p5-CGI-Upload/Makefile
Adam Weinberger b530de745b Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting:

The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl

www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN

For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.

As long as we're here, sort plist on perl@-owned ports.
2015-04-25 16:12:19 +00:00

25 lines
547 B
Makefile

# Created by: Daniel B. Hemmerich
# $FreeBSD$
PORTNAME= CGI-Upload
PORTVERSION= 1.11
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= CGI class for handling browser file uploads
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-BrowserDetect>=0:${PORTSDIR}/www/p5-HTTP-BrowserDetect \
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
p5-CGI>=0:${PORTSDIR}/www/p5-CGI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>