diff options
Diffstat (limited to 'devel/hs-split/Makefile')
-rw-r--r-- | devel/hs-split/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-split/Makefile b/devel/hs-split/Makefile index 9090ddc23cb2..7bf5f0a894af 100644 --- a/devel/hs-split/Makefile +++ b/devel/hs-split/Makefile @@ -6,11 +6,13 @@ # PORTNAME= split -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell combinator library for splitting lists +LICENSE= BSD + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |