22 lines
379 B
Makefile
22 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.7 2017/06/01 07:04:54 benoit Exp $
|
|
|
|
COMMENT= compile .cgi scripts to a code reference
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = CGI-Compile-0.22
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild tiny
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/p5-File-pushd
|
|
|
|
TEST_DEPENDS = devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|