mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
32 lines
724 B
Makefile
32 lines
724 B
Makefile
# If you have compelling evidence that some ports need at least this version of
|
|
# p5-Module-Build to build, be sure to update the BUILD_DEPENDS version in
|
|
# Mk/Uses/perl5.mk.
|
|
|
|
PORTNAME= Module-Build
|
|
PORTVERSION= 0.4234
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Build and install Perl modules
|
|
WWW= https://metacpan.org/release/Module-Build
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
|
p5-PAR-Dist>=0.17:devel/p5-PAR-Dist
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= skipv:0.31011,0.31012
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/bin/config_data
|
|
|
|
.include <bsd.port.mk>
|