2006-05-30 20:16:54 +02:00
|
|
|
# New ports collection makefile for: p5-Config-Std
|
|
|
|
# Date created: 30 May 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Config-Std
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 0.0.4
|
2008-10-22 13:35:43 +02:00
|
|
|
PORTREVISION= 1
|
2006-05-30 20:16:54 +02:00
|
|
|
CATEGORIES= devel perl5
|
2006-07-31 00:46:04 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-30 20:16:54 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-02-17 04:38:57 +01:00
|
|
|
MAINTAINER= cm@therek.net
|
2006-05-30 20:16:54 +02:00
|
|
|
COMMENT= Load and save configuration files in a standard format
|
|
|
|
|
2008-10-22 13:35:43 +02:00
|
|
|
RUN_DEPENDS= p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std
|
2006-05-30 20:16:54 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Config::Std.3
|
|
|
|
|
2008-10-22 13:35:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500900
|
|
|
|
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|