15 lines
322 B
Makefile
15 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:44:46 espie 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
|
|
|
|
.include <bsd.port.mk>
|