freebsd-ports/devel/p5-ExtUtils-CBuilder/Makefile
Yen-Ming Lee 8b5428663c - Use CPAN macro;
- Add missing deps;
- Add missing WWW to pkg-descr.

PR:		120802
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-19 05:33:50 +00:00

34 lines
862 B
Makefile

# New ports collection makefile for: ExtUtils::CBuilder
# Date created: 20 Feb 2004
# Whom: Mathieu Arnold <mat@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ExtUtils-CBuilder
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Compile and link C code for Perl modules
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Text/ParseWords.pm:${PORTSDIR}/textproc/p5-Text-ParseWords
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= ExtUtils::CBuilder.3 ExtUtils::CBuilder::Platform::Windows.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>