openbsd-ports/www/p5-HTTP-Server-Simple-Mason/Makefile
2010-11-22 08:36:47 +00:00

23 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/11/22 08:36:51 espie Exp $
COMMENT= abstract baseclass for a standalone mason server
MODULES= cpan
DISTNAME= HTTP-Server-Simple-Mason-0.09
CATEGORIES= www
USE_GROFF = Yes
REVISION = 0
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Hook-LexWrap \
www/p5-HTML-Mason \
www/p5-HTTP-Server-Simple
.include <bsd.port.mk>