freebsd-ports/devel/p5-Config-Record/Makefile
Steve Wills c7a093bca5 - Make Test::Pod and friends optional
PR:		ports/160972
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by:	maintainer timeout (>2 weeks)
2011-10-15 22:13:32 +00:00

24 lines
510 B
Makefile

# New ports collection makefile for: p5-Config-Record
# Date created: 22 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Config-Record
PORTVERSION= 1.1.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Configuration file access
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
MAN3= Config::Record.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>