sort and format according to Makefile.template

This commit is contained in:
bluhm 2014-04-25 23:41:03 +00:00
parent 0ff272c4c1
commit 2a68b98276

View File

@ -1,25 +1,26 @@
# $OpenBSD: Makefile,v 1.44 2014/04/25 08:55:13 bluhm Exp $
# $OpenBSD: Makefile,v 1.45 2014/04/25 23:41:03 bluhm Exp $
SHARED_ONLY= Yes
SHARED_ONLY = Yes
COMMENT= module to interface the DNS resolver
COMMENT = module to interface the DNS resolver
MODULES= cpan
DISTNAME= Net-DNS-0.74
CATEGORIES= net
DISTNAME = Net-DNS-0.74
HOMEPAGE= http://www.net-dns.org/
CATEGORIES = net
HOMEPAGE = http://www.net-dns.org/
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_CDROM = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= security/p5-Digest-HMAC>=1.01
TEST_DEPENDS= security/p5-Digest-BubbleBabble \
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = security/p5-Digest-HMAC>=1.01
TEST_DEPENDS = security/p5-Digest-BubbleBabble \
devel/p5-Test-Pod
CONFIGURE_ARGS= --online-tests
CONFIGURE_ARGS = --online-tests
.include <bsd.port.mk>