mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# New ports collection makefile for: hs-categories
|
|
# Date created: July 16, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= categories
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Categories from category-extras
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= void>=0.5.4.2
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|