forked from Lainports/opnsense-ports
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hostname
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 19
|
|
CATEGORIES= net haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Cross-platform means of determining the hostname
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|