freebsd-ports/devel/p5-CPANPLUS-Dist-Build/Makefile
Andrew Pantyukhin dac2c153ca Add port devel/p5-CPANPLUS-Dist-Build:
CPANPLUS::Dist::Build is a distribution class for Module::Build
related modules.

Using this package, you can create, install and uninstall perl
modules. It inherits from CPANPLUS::Dist.

Normal users won't have to worry about the interface to this module,
as it functions transparently as a plug-in to CPANPLUS and will
just Do The Right Thing when it's loaded.

WWW: http://search.cpan.org/dist/CPANPLUS-Dist-Build/
2006-08-18 09:39:47 +00:00

29 lines
924 B
Makefile

# New ports collection makefile for: p5-CPANPLUS-Dist-Build
# Date created: 18 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CPANPLUS-Dist-Build
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= CPANPLUS plug-in to use Module-Build
BUILD_DEPENDS= p5-CPANPLUS>=0.0720:${PORTSDIR}/devel/p5-CPANPLUS \
p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
p5-Params-Check>=0.22:${PORTSDIR}/devel/p5-Params-Check \
p5-IPC-Cmd>=0.23:${PORTSDIR}/devel/p5-IPC-Cmd \
p5-Module-Load-Conditional>=0.06:${PORTSDIR}/devel/p5-Module-Load-Conditional \
p5-Module-Pluggable>=2.4:${PORTSDIR}/devel/p5-Module-Pluggable \
p5-Module-Build>=0.26.11:${PORTSDIR}/devel/p5-Module-Build
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= ${PORTNAME:S/-/::/g}.3
.include <bsd.port.mk>