2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
2005-04-28 10:37:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTTP-Server-Simple-Mason
|
2010-12-27 16:03:26 +01:00
|
|
|
PORTVERSION= 0.14
|
2005-04-28 10:37:51 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-04-28 10:37:51 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= An abstract baseclass for a standalone mason server
|
|
|
|
|
2012-06-05 11:27:46 +02:00
|
|
|
BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
|
|
|
p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \
|
|
|
|
p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-04-28 10:37:51 +02:00
|
|
|
|
2013-09-02 19:29:36 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-04-28 10:37:51 +02:00
|
|
|
|
|
|
|
MAN3= HTTP::Server::Simple::Mason.3
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|