9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
27 lines
676 B
Makefile
27 lines
676 B
Makefile
# 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
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Load and save configuration files in a standard format
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
|
${SITE_PERL}/Class/Std.pm:${PORTSDIR}/devel/p5-Class-Std \
|
|
${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Config::Std.3
|
|
|
|
.include <bsd.port.mk>
|