freebsd-ports/devel/p5-Config-Record/Makefile
Jun Kuriyama 97665e1c08 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 16).

Approved by:	portmgr (itetcu)
2010-01-29 03:01:29 +00:00

24 lines
532 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
BUILD_DEPENDS+= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
MAN3= Config::Record.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>