head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2013.03.23.07.14.34;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2013.03.14.13.09.43;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.14.06.12.10;	author acm;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.24.15.18.14;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.18.06.39.28;	author acm;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314989
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/security/fpc-openssl/Makefile 314989 2013-03-23 05:25:05Z acm $

PORTREVISION=	0
CATEGORIES=	security lang
PKGNAMESUFFIX=	-openssl

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Free Pascal unit for OpenSSL

USE_FPC=	yes

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}

OPTIONS_DEFINE=	OPENSSL
OPENSSL_DESC=	Install SSL and crypto library
OPTIONS_DEFAULT=	OPENSSL

.include "${MASTERDIR}/Makefile"
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314133
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 2
# Created by: Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/security/fpc-openssl/Makefile 314133 2013-03-14 06:32:04Z jgh $
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fpc-openssl
# Date created: 			2007-09-11
# Whom: 				Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: head/security/fpc-openssl/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d17 3
a19 1
OPTIONS=	OPENSSL	"Install SSL and crypto library"	on
@


1.3
log
@- Update to 2.2.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Use new freepascal stuff
- Bump PORTREVISION
@
text
@d8 1
a8 1
PORTREVISION=	1
d18 1
a18 1
WRKUNITDIR=	${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
@


1.1
log
@- New port: security/fpc-openssl

Free Pascal unit for OpenSSL
@
text
@d8 1
a8 1
PORTREVISION=	0
d15 1
a15 1
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
@

