aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-PSGI/Makefile
blob: d9792f79a43bedd792fca1b4171636fc54f4f044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    PSGI
# Date created:     13 Oct 2009
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   PSGI
PORTVERSION=    1.00
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Pod documentation for Perl Web Server Gateway Interface Specification

PERL_CONFIGURE= yes

MAN3=   PSGI::FAQ.3 \
    PSGI.3

.include <bsd.port.mk>