blob: 83c1202ad8d59a0af54e981a9209f73b90b61794 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: hs-split
# Date created: January 10 2010
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= split
PORTVERSION= 0.1.2
CATEGORIES= devel haskell
MAINTAINER= jacula@gmail.com
COMMENT= Haskell combinator library for splitting lists
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|