f09f906c3a
the hostname. ok sthen@
21 lines
427 B
Makefile
21 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:50:07 kili Exp $
|
|
|
|
COMMENT = Haskell package for determining the hostname
|
|
|
|
DISTNAME = hostname-1.0
|
|
CATEGORIES = devel net
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|