blob: 3af4926a18fe51a1d312cabd73116edf719d36b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: mp39590@gmail.com
# $FreeBSD$
PORTNAME= tclgpg
PORTVERSION= 0.0.0.20150324
CATEGORIES= security tcl
MASTER_SITES= http://chiselapp.com/user/sgolovan/repository/tclgpg/tarball/
DISTNAME= tclgpg-4cfd9fa949
MAINTAINER= mp39590@gmail.com
COMMENT= Tcl interface to GNU Privacy Guard with interface similar to TclGPGME
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
USES= autoreconf gmake tcl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/tclgpg-4cfd9fa949
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR}
PLIST_FILES= lib/gpg1.0/libgpg1.0.so \
lib/gpg1.0/pkgIndex.tcl \
lib/gpg1.0/tclgpg.tcl \
man/mann/gpg.n.gz
.include <bsd.port.mk>
|