1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# New ports collection makefile for: hs-file-embed # Date created: June 10, 2012 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= file-embed PORTVERSION= 0.0.4.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Use Template Haskell to embed file contents directly LICENSE= BSD .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk>