14 lines
232 B
Makefile
14 lines
232 B
Makefile
|
COMMENT = implement some of Autoconf macros in pure Perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Config-AutoConf-0.320
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = sysutils/p5-Capture-Tiny
|
||
|
|
||
|
.include <bsd.port.mk>
|