mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
f546c1d1de
Approved by: portmgr (blanket infrastructure)
17 lines
312 B
Makefile
17 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= PSGI
|
|
PORTVERSION= 1.102
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|