19 lines
423 B
Makefile
19 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.3 2015/11/05 10:10:04 benoit Exp $
|
|
|
|
COMMENT = perl Web Server Gateway Interface Specification
|
|
|
|
MODULES = cpan
|
|
DISTNAME = PSGI-1.102
|
|
CATEGORIES = www
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
CPAN_AUTHOR = MIYAGAWA
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Install-Repository
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|