16 lines
281 B
Makefile
16 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 21:02:15 sthen Exp $
|
|
|
|
COMMENT= interface for providing metadata about installed packages
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= App-Info-0.57
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|