blob: 91e84d8863548bde613ba67542335b17968eb14d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTREVISION= 0
PKGNAMESUFFIX= -${SLAVEPORT}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Gpgme Qt5 bindings
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
MASTERDIR= ${.CURDIR}/../../security/gpgme
SLAVEPORT= qt5
BINDING_NAME= qt
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|