16 lines
294 B
Makefile
16 lines
294 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/11/06 09:02:33 benoit Exp $
|
|
|
|
COMMENT = implement some of Autoconf macros in pure Perl
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Config-AutoConf-0.319
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = sysutils/p5-Capture-Tiny
|
|
|
|
.include <bsd.port.mk>
|