18 lines
320 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2020/07/03 21:45:56 sthen Exp $
2006-11-04 19:09:24 +00:00
2015-11-26 14:07:31 +00:00
COMMENT = drop-in object-oriented CGI.pm replacement
2006-11-04 19:09:24 +00:00
2015-11-26 14:07:31 +00:00
MODULES = cpan
PKG_ARCH = *
2015-11-26 14:07:31 +00:00
DISTNAME = CGI-Simple-1.115
CATEGORIES = www
REVISION = 0
2006-11-04 19:09:24 +00:00
# Perl
PERMIT_PACKAGE = Yes
2006-11-04 19:09:24 +00:00
2015-11-26 14:07:31 +00:00
RUN_DEPENDS = devel/p5-IO-stringy
TEST_DEPENDS = www/p5-libwww
2006-11-04 19:09:24 +00:00
.include <bsd.port.mk>