22 lines
436 B
Makefile
22 lines
436 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CGI::PSGI.3
|
|
|
|
.include <bsd.port.mk>
|