mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# 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= 5
|
|
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>
|