17 lines
262 B
Makefile
17 lines
262 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:50:50 sthen Exp $
|
|
|
|
COMMENT= CGI.pm adaption to the PSGI protocol
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= CGI-PSGI-0.15
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= www/p5-CGI
|
|
|
|
.include <bsd.port.mk>
|