freebsd-ports/www/p5-Continuity/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

26 lines
580 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Continuity
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:AWWAIID
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Stateful Web applications in Perl
COMMON_DEPENDS= p5-Event>0:devel/p5-Event \
p5-HTTP-Daemon>=1.36:www/p5-HTTP-Daemon \
p5-Coro>=4.37:devel/p5-Coro \
p5-PSGI>=0:www/p5-PSGI \
p5-libwww>0:www/p5-libwww
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>