14 lines
232 B
Makefile
14 lines
232 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:45:04 sthen Exp $
|
|
|
|
COMMENT= accessing the Windows registry
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Parse-Win32Registry-1.0
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|