23 lines
483 B
Makefile
23 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/23 11:04:19 jasper 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>
|