diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-22 05:44:44 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-22 05:44:44 +0800 |
commit | d938ba775380a1aa87e6735ab3b698d8e78d1296 (patch) | |
tree | d6f1378e8480048bdcada3f4062fd437d828f114 /net/hs-hostname/Makefile | |
parent | da348869141464b52929e24085630d3f236e2847 (diff) | |
download | freebsd-ports-gnome-d938ba775380a1aa87e6735ab3b698d8e78d1296.tar.gz freebsd-ports-gnome-d938ba775380a1aa87e6735ab3b698d8e78d1296.tar.zst freebsd-ports-gnome-d938ba775380a1aa87e6735ab3b698d8e78d1296.zip |
A very simple package providing a cross-platform means of determining
the hostname.
WWW: http://hackage.haskell.org/package/hostname
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> |