15 lines
282 B
Makefile
15 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hostname
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= net haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Cross-platform means of determining the hostname
|
|
|
|
LICENSE= BSD
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|