13 lines
333 B
Makefile
13 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/05/03 19:01:09 pho Exp $
|
|
|
|
DISTNAME= resolv-0.1.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Domain Name Service (DNS) lookup
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../converters/hs-base16-bytestring/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|