205d4391a4
Switch to REVISION. Bump.
25 lines
592 B
Makefile
25 lines
592 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/07/17 13:43:37 kili Exp $
|
|
|
|
# XXX use system pcre instead of the one included the distfile
|
|
|
|
COMMENT = replaces/enhances Text.Regex
|
|
|
|
DISTNAME = regex-pcre-builtin-0.94.2.1.7.7
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
LIB_DEPENDS = :hs-regex-base->=0.93:devel/hs-regex-base
|
|
RUN_DEPENDS = ${LIB_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|