15 lines
248 B
Makefile
15 lines
248 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/07/03 21:45:31 sthen Exp $
|
|
|
|
COMMENT= parse and manipulate DNS Zone files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= DNS-ZoneParse-1.10
|
|
CATEGORIES= net
|
|
REVISION= 1
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|