blob: 8e2155fd5019e4d05d4940c897959ea9468811cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= libgpg-error
PORTVERSION= 1.7
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Common error values for all GnuPG components
USE_LINUX= c6
USE_LINUX_RPM= yes
RPMVERSION= 4.el6
USE_LDCONFIG= yes
BRANDELF_FILES= usr/bin/gpg-error
DESCR= ${.CURDIR}/../libgpg-error/pkg-descr
.include <bsd.port.mk>
|