summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Utils/Makefile
blob: 21888f38e29e7995bd9079ddf09a50f4da2f00e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-CGI-Utils
# Date created:		2009-01-05
# Whom:			Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	CGI-Utils
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	mopsfelder@gmail.com
COMMENT=	Utilities for retrieving information through the CGI

USES=		perl5
USE_PERL5=	configure

MAN3=		CGI::Utils.3 \
		CGI::Utils::UploadFile.3

.include <bsd.port.mk>