openbsd-ports/www/p5-HTTP-Server-Simple/Makefile
dhill 397ecf66ca update to 0.20
ok maintainer
2006-09-19 04:00:35 +00:00

24 lines
459 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/09/19 04:00:35 dhill Exp $
COMMENT= "simple standalone HTTP server"
DISTNAME= HTTP-Server-Simple-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MAINTAINER= Deanna Phillips <deanna@sdf.lonestar.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>