# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-No-Worries/Makefile 327724 2013-09-20 17:13:42Z bapt $

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

MAN3=	No::Worries.3 \
	No::Worries::DN.3 \
	No::Worries::Date.3 \
	No::Worries::Die.3 \
	No::Worries::Dir.3 \
	No::Worries::Export.3 \
	No::Worries::File.3 \
	No::Worries::Log.3 \
	No::Worries::PidFile.3 \
	No::Worries::Proc.3 \
	No::Worries::Stat.3 \
	No::Worries::String.3 \
	No::Worries::Syslog.3 \
	No::Worries::Warn.3

NO_STAGE=	yes
.include <bsd.port.mk>
