freebsd-ports/ports-mgmt/hs-porte/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

23 lines
475 B
Makefile

# New ports collection makefile for: porte
# Date created: November 4, 2008
# Whom: Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD$
PORTNAME= porte
PORTVERSION= 0.0.4
PORTREVISION= 5
CATEGORIES= ports-mgmt haskell
MAINTAINER= sbahra@repnop.org
COMMENT= FreeBSD ports index search and statistical analysis tool
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= stringsearch
EXECUTABLE= porte
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>