freebsd-ports/devel/p5-Module-Build/Makefile

71 lines
2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: Module::Build
# Date created: 29 June 2003
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Module-Build
2007-04-29 12:28:33 +02:00
PORTVERSION= 0.28.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
2004-06-08 11:16:18 +02:00
MASTER_SITE_SUBDIR= Module/KWILLIAMS
PKGNAMEPREFIX= p5-
2004-11-05 13:38:57 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Build and install Perl modules
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
2006-08-08 05:34:31 +02:00
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
.if !defined(NOPORTDOCS)
PORTDOCS= Changes INSTALL README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
MAN3= Module::Build.3 \
2006-05-22 05:39:51 +02:00
Module::Build::API.3 \
Module::Build::Authoring.3 \
Module::Build::Base.3 \
Module::Build::Compat.3 \
2004-10-12 15:58:47 +02:00
Module::Build::ConfigData.3 \
Module::Build::Cookbook.3 \
2006-05-22 05:39:51 +02:00
Module::Build::ModuleInfo.3 \
Module::Build::Notes.3 \
Module::Build::PPMMaker.3 \
Module::Build::Platform::Amiga.3 \
Module::Build::Platform::Default.3 \
Module::Build::Platform::EBCDIC.3 \
Module::Build::Platform::MPEiX.3 \
Module::Build::Platform::MacOS.3 \
Module::Build::Platform::RiscOS.3 \
Module::Build::Platform::Unix.3 \
Module::Build::Platform::VMS.3 \
Module::Build::Platform::VOS.3 \
Module::Build::Platform::Windows.3 \
2004-01-14 10:48:55 +01:00
Module::Build::Platform::aix.3 \
2003-10-16 13:19:44 +02:00
Module::Build::Platform::cygwin.3 \
2004-01-14 10:48:55 +01:00
Module::Build::Platform::darwin.3 \
2006-05-22 05:39:51 +02:00
Module::Build::Platform::os2.3 \
Module::Build::YAML.3
2004-10-12 15:58:47 +02:00
MAN1= config_data.1
.if ${PERL_LEVEL} < 500805
RUN_DEPENDS+= ${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
.endif
.include <bsd.port.post.mk>