16 lines
318 B
Makefile
16 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.2 2014/12/15 16:40:54 benoit Exp $
|
|
|
|
COMMENT = implement some of Autoconf macros in pure Perl
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Config-AutoConf-0.307
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = sysutils/p5-Capture-Tiny
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|