freebsd-ports/devel/hs-git-annex/Makefile
Pav Lucistnik 2245762279 - Mark BROKEN: does not configure
Reported by:	pointyhat
2011-07-06 22:28:16 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: git-annex
# Date created: 8 June 2011
# Whom: frase@frase.id.au
#
# $FreeBSD$
#
PORTNAME= git-annex
PORTVERSION= 0.20110601
CATEGORIES= devel haskell
MASTER_SITES= http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/
DISTFILES= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= frase@frase.id.au
COMMENT= Manage file hierarchies with git
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \
hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \
hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \
hs-SHA>=0:${PORTSDIR}/security/hs-SHA \
hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
hs-MissingH>=0:${PORTSDIR}/devel/hs-MissingH \
hs-pcre-light>=0:${PORTSDIR}/devel/hs-pcre-light \
hs-utf8-string>=0:${PORTSDIR}/devel/hs-utf8-string \
hs-SHA>=0:${PORTSDIR}/security/hs-SHA \
hs-dataenc>=0:${PORTSDIR}/converters/hs-dataenc
BROKEN= does not configure
USE_PERL5= yes
USE_GMAKE= yes
MAN1= git-annex.1 git-annex-shell.1
LICENSE= GPLv3
PLIST_FILES= bin/git-annex \
bin/git-annex-shell
.include <bsd.port.mk>