blob: 7daeb8ab1c76693c05c3c2633624c20262b67f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PORTREVISION= 0
PKGNAMESUFFIX= -${SLAVEPORT}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Gpgme C++ bindings
MASTERDIR= ${.CURDIR}/../../security/gpgme
SLAVEPORT= cpp
BINDING_NAME= cpp
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|