freebsd-ports/devel/p5-Config-Record/Makefile
Aaron Dalton e600a0d64f - Restrict to Perl 5.6+ due to vendor restriction
Approved by:	tobez (implicit)
2006-06-23 04:55:15 +00:00

29 lines
600 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.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Configuration file access
MAN3= Config::Record.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 # as set by vendor
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>