c2d7618dc4
Approved by: portmgr (blanket infrastructure)
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# Created by: 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
|
|
|
|
.include <bsd.port.mk>
|