diff options
author | az <az@FreeBSD.org> | 2013-09-10 01:31:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 01:31:07 +0800 |
commit | 2052a2ef195835cb25e75a8942016d3dd48d7c69 (patch) | |
tree | 3272edbe2f9d3aed3e42471b5ffa5b82a2c3013c /devel/hs-git-annex | |
parent | 55752615a2671926c947af5ff7fcf23b96759c5a (diff) | |
download | freebsd-ports-gnome-2052a2ef195835cb25e75a8942016d3dd48d7c69.tar.gz freebsd-ports-gnome-2052a2ef195835cb25e75a8942016d3dd48d7c69.tar.zst freebsd-ports-gnome-2052a2ef195835cb25e75a8942016d3dd48d7c69.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/hs-git-annex')
-rw-r--r-- | devel/hs-git-annex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index 678804215f3e..17c7f7567c2f 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -16,7 +16,8 @@ USE_CABAL= bloomfilter dataenc dlist edit-distance extensible-exceptions \ SafeSemaphore SHA text unix-compat utf8-string uuid USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build BUILD_DEPENDS+= rsync:${PORTSDIR}/net/rsync \ git:${PORTSDIR}/devel/git \ |