ea8310390f
"go for it" steven@
30 lines
622 B
Makefile
30 lines
622 B
Makefile
# $OpenBSD: Makefile,v 1.11 2007/11/30 21:02:23 simon Exp $
|
|
|
|
COMMENT= build and install Perl modules
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Module-Build-0.2808
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::archivers/p5-Archive-Tar \
|
|
::devel/p5-ExtUtils-ParseXS \
|
|
::devel/p5-YAML
|
|
REGRESS_DEPENDS=::devel/p5-version
|
|
|
|
do-regress:
|
|
@cd ${WRKSRC} && /usr/bin/perl ${MODPERL_BUILD} ${REGRESS_TARGET}
|
|
|
|
.include <bsd.port.mk>
|