721a3eef44
This document specifies a standard interface between web servers and Perl web applications or frameworks, to promote web application portability and reduce the duplicated efforts by web application framework developers. From Abel Abraham Camarillo Ojeda on ports@
18 lines
407 B
Makefile
18 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:46:56 landry Exp $
|
|
|
|
COMMENT = perl Web Server Gateway Interface Specification
|
|
|
|
MODULES = cpan
|
|
DISTNAME = PSGI-1.03
|
|
CATEGORIES = www
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
CPAN_AUTHOR = MIYAGAWA
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|