2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:06 espie Exp $
|
2010-06-20 05:38:07 -04:00
|
|
|
|
|
|
|
COMMENT = locate directory of original program
|
|
|
|
|
2011-04-11 10:40:29 -04:00
|
|
|
DISTNAME = FindBin-0.0.5
|
2010-06-20 05:38:07 -04:00
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://github.com/audreyt/findbin
|
2013-01-20 12:56:05 -05:00
|
|
|
REVISION = 2
|
2010-06-20 05:38:07 -04:00
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|