blob: f1ac11dec811ee878006618f842507a538688c2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
PERL_CONFIGURE= yes
MAN3= CGI::Utils.3 \
CGI::Utils::UploadFile.3
.include <bsd.port.mk>
|