24 lines
463 B
Makefile
24 lines
463 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/11/05 05:52:41 sthen Exp $
|
|
|
|
COMMENT = modbuild::pluggable module to generate ppport.h
|
|
|
|
DISTNAME = Module-Build-Pluggable-PPPort-0.04
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Build>=0.38 \
|
|
devel/p5-Test-Requires
|
|
RUN_DEPENDS = devel/p5-Module-Build-Pluggable>=0.03 \
|
|
devel/p5-Class-Accessor-Lite
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|