d074592c11
from Stefan Rinkes; ok Girish Venkatachalam (maintainer)
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/08/07 21:20:23 bluhm Exp $
|
|
|
|
COMMENT= parse and manipulate DNS Zone files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DNS-ZoneParse-1.10
|
|
CATEGORIES= net
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|