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