mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
2929eba575
to set it after bsd.port.mk is pulled in
18 lines
373 B
Makefile
18 lines
373 B
Makefile
CATEGORIES += sysutils security
|
|
|
|
HOMEPAGE = https://github.com/libyal/${BASENAME}/
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://github.com/libyal/${BASENAME}/releases/download/${VERSION}/
|
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
|
devel/py-setuptools
|
|
|
|
WRKDIST = ${WRKDIR}/${PKGNAME}
|
|
|
|
CONFIGURE_STYLE = gnu
|