diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-10-18 19:45:23 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-10-18 19:45:23 +0000 |
commit | 4949249b82858916d2e6374d9593e06faa243a23 (patch) | |
tree | 367e2fb538e00ce1597c5e5ba3f7e53ac7e5c11e /security/gpgme-cpp/Makefile | |
parent | d67136b3037411d110bf943f1f0c9c3cf3ba7708 (diff) | |
download | ports-4949249b82858916d2e6374d9593e06faa243a23.tar.gz ports-4949249b82858916d2e6374d9593e06faa243a23.zip |
Notes
Diffstat (limited to 'security/gpgme-cpp/Makefile')
-rw-r--r-- | security/gpgme-cpp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gpgme-cpp/Makefile b/security/gpgme-cpp/Makefile new file mode 100644 index 000000000000..4ebbb431c472 --- /dev/null +++ b/security/gpgme-cpp/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +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" |