aboutsummaryrefslogtreecommitdiffstats
path: root/net/hs-hostname/Makefile
blob: 42350a499af051fe5fde6cc39e71de8f55edaba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for: hs-hostname
# Date created:        May 21, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   hostname
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= net haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Cross-platform means of determining the hostname

LICENSE=    BSD

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>