blob: 3c4169c44e7e27c1b97e8368b1ad2c40bdc38569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= CGI-Simple
PORTVERSION= 1.115
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SZABGAB
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|