ba73ea9e26
PR: ports/145871 Submitted by: Alex Bakhtin <alex.bakhtin@gmail.com> (maintainer) Approved by: itetcu (mentor, implicit)
35 lines
918 B
Makefile
35 lines
918 B
Makefile
# New ports collection makefile for: App::Build
|
|
# Date created: 03 Mar 2010
|
|
# Whom: Alex Bakhtin <Alex.Bakhtin@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= App-Build
|
|
PORTVERSION= 0.73
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= Alex.Bakhtin@gmail.com
|
|
COMMENT= Build and install Perl applications
|
|
|
|
RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \
|
|
p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build
|
|
BUILD_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \
|
|
p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \
|
|
p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README ${DOCSDIR}
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
.endif
|
|
|
|
MAN3= App::Build.3
|
|
|
|
.include <bsd.port.mk>
|