pkgsrc-wip/hs-executable-path/Makefile

16 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/03/11 05:27:51 phonohawk Exp $
#
DISTNAME= executable-path-0.0.3
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Finding out the full path of the executable
LICENSE= public-domain
# We should support more platforms in the near future.
ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* NetBSD-*-*
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"