27 lines
479 B
Makefile
27 lines
479 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:44:55 sthen Exp $
|
|
|
|
COMMENT = File::ShareDir returning Path::Class objects
|
|
|
|
DISTNAME = File-ShareDir-PathClass-1.112440
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Build>=0.3601
|
|
|
|
RUN_DEPENDS = devel/p5-File-ShareDir \
|
|
devel/p5-Path-Class \
|
|
devel/p5-Sub-Exporter
|
|
|
|
MAKE_ENV += TEST_POD=Yes RELEASE_TESTING=Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|