1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/p5-CGI-PSGI/Makefile
Andrej Zverev 7ef0f36445 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-03 15:07:52 +00:00

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>