freebsd-ports/www/p5-Plack-Server-ServerSimple/Makefile
Pav Lucistnik 725eb35d91 - Mark BROKEN: installs same file as its dependency
Reported by:	pointyhat
2010-03-25 23:48:19 +00:00

31 lines
744 B
Makefile

# New ports collection makefile for: Plack::Server::ServerSimple
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-Server-ServerSimple
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Plack Server w/ HTTP::Server::Simple
RUN_DEPENDS= \
p5-HTTP-Server-Simple>=0.41:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Plack>0:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS= ${RUN_DEPENDS}
BROKEN= installs same files as its dependency
PERL_CONFIGURE= yes
MAN3= Plack::Server::ServerSimple.3
.include <bsd.port.mk>