14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:44:53 sthen Exp $
|
|
|
|
COMMENT= simplistic perl interface to pkg-config
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = ExtUtils-PkgConfig-1.16
|
|
CATEGORIES= devel
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|