blob: a963ac3c575a10a8c8c2d5683140b442f3aaf144 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= PSGI
PORTVERSION= 1.102
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pod documentation for Perl Web Server Gateway Interface Specification
WWW= https://metacpan.org/release/PSGI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|