freebsd-ports/devel/p5-No-Worries/Makefile
Andrej Zverev 12e5d49947 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:55:03 +00:00

21 lines
489 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= No-Worries
PORTVERSION= 1.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= No::Worries - coding without worries
BUILD_DEPENDS= p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>