mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
9a5021c8b9
Approved by: portmgr (blanket infrastructure)
17 lines
305 B
Makefile
17 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CGI-PSGI
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to enable CGI.pm applications to adapt PSGI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|