blob: 9cc2f9c16c4a8ea5afb4c2bb1fefd71eb53643ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: libassuan
# Date created: 2004-04-19
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libassuan
PORTVERSION= 0.6.7
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
MAINTAINER= lofi@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
GNU_CONFIGURE= yes
INFO= assuan
.include <bsd.port.mk>
|