freebsd-ports/www/p5-PSGI/Makefile
Jun Kuriyama c7407e9ed0 - Upgrade to 1.10.
Feature safe:	yes
2012-03-11 10:19:04 +00:00

24 lines
470 B
Makefile

# New ports collection makefile for: PSGI
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= PSGI
PORTVERSION= 1.10
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Pod documentation for Perl Web Server Gateway Interface Specification
PERL_CONFIGURE= yes
MAN3= PSGI::Extensions.3 \
PSGI::FAQ.3 \
PSGI.3
.include <bsd.port.mk>