1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/hs-syb/Makefile
Gabor Pali ff66c20fb0 - Update to 0.3.3
Obtained from:	FreeBSD Haskell
2012-02-13 04:45:33 +00:00

21 lines
377 B
Makefile

# New ports collection makefile for: hs-syb
# Date created: March 13, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= syb
PORTVERSION= 0.3.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Scrap Your Boilerplate
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>