blob: 5330ca939ca5fbe1a2e6a6f81b028a30470d143d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit freebsd
DESCRIPTION="Manage locks from shell scripts"
HOMEPAGE="http://svnweb.freebsd.org/ports/head/sysutils/flock/"
SRC_URI="http://www.zonov.org/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=""
DEPEND="sys-freebsd/freebsd-mk-defs
virtual/pmake"
|