b530de745b
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.
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-Enurl
|
|
PORTVERSION= 1.07
|
|
PORTREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Perl module for URL-encoding strings and hashes
|
|
|
|
RUN_DEPENDS= p5-CGI>=0:${PORTSDIR}/www/p5-CGI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|