18 lines
310 B
Makefile
18 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:46:03 sthen Exp $
|
|
|
|
COMMENT = PSGI handler for HTTP::Server::Simple
|
|
|
|
DISTNAME = HTTP-Server-Simple-PSGI-0.16
|
|
CATEGORIES = www
|
|
REVISION = 0
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = www/p5-HTTP-Server-Simple
|
|
|
|
.include <bsd.port.mk>
|