diff options
Diffstat (limited to 'net/hs-hostname/Makefile')
-rw-r--r-- | net/hs-hostname/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile new file mode 100644 index 000000000000..0f8d919cde10 --- /dev/null +++ b/net/hs-hostname/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: hs-hostname +# Date created: May 21, 2010 +# Whom: Gabor Pali <pgj@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hostname +PORTVERSION= 1.0 +CATEGORIES= net haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Cross-platform means of determining the hostname + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |