summaryrefslogtreecommitdiff
path: root/security/linux-f10-openssl/Makefile
blob: 6223a2a7dafbd30d41461bb2fed5b16e5f245f95 (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
# Created by: bsam
# $FreeBSD$

PORTNAME=	openssl
PORTVERSION=	0.9.8g
PORTREVISION=	1
CATEGORIES=	security linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	OpenSSL toolkit (Linux Fedora 10)

CONFLICTS=	linux-openssl-[0-9]* linux-c6-openssl-compat-[0-9]*

USES=		linux:f10
USE_LINUX_RPM=	yes

RPMVERSION=	14.fc10
USE_LDCONFIG=	yes

PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>