mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
7ef0f36445
Approved by: portmgr (bapt@, blanket)
24 lines
450 B
Makefile
24 lines
450 B
Makefile
# New ports collection makefile for: CGI::PSGI
|
|
# Date created: 13 Oct 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
MAN3= CGI::PSGI.3
|
|
|
|
.include <bsd.port.mk>
|