mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
ec29a59ec3
ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports.
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# New ports collection makefile for: pcre-light
|
|
# Date created: December 16, 2008
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcre-light
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
PKGNAMESUFFIX= -ghc
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A lightweight Haskell regex library compatible with Perl 5
|
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|