16 lines
301 B
Makefile
Raw Normal View History

2015-11-26 14:07:31 +00:00
# $OpenBSD: Makefile,v 1.20 2015/11/26 14:07:31 benoit 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
DISTNAME = CGI-Simple-1.115
CATEGORIES = www
2006-11-04 19:09:24 +00:00
# Perl
2015-11-26 14:07:31 +00:00
PERMIT_PACKAGE_CDROM = 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>