head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.19.10.40.52;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.17.14.28.10;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.18.08.37.32;	author tobez;	state Exp;
branches;
next	1.10;

1.10
date	2005.05.24.13.44.59;	author mat;	state Exp;
branches;
next	1.9;

1.9
date	2004.08.13.15.21.18;	author nork;	state Exp;
branches;
next	1.8;

1.8
date	2004.01.03.13.43.30;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.12.03.31;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.22.16.16.10;	author nork;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.16.16.10.58;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.11.16.00.31;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.01.07.44.38;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.31.09.55.22;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.20.20.28.29;	author nork;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307559
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307559 | culot | 2012-11-19 10:34:45 +0000 (Mon, 19 Nov 2012) | 6 lines
## SVN ##
## SVN ## - Update to 0.14
## SVN ## - Add LICENSE (Artistic 1 & GPL 1)
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-DSA/Changes
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: nork@@FreeBSD.org
# $FreeBSD: head/security/p5-Crypt-OpenSSL-DSA/Makefile 307559 2012-11-19 10:34:45Z culot $

PORTNAME=	Crypt-OpenSSL-DSA
PORTVERSION=	0.14
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 module to DSA signature verification using OpenSSL

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3

post-patch:
	@@${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    p5-Crypt-OpenSSL-DSA
# Date created:				2002/09/20
# Whom:					nork@@FreeBSD.org
#
# $FreeBSD: head/security/p5-Crypt-OpenSSL-DSA/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.13
d13 3
@


1.12
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Update to 0.13.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.10
log
@Update to 0.12
@
text
@d9 1
a9 2
PORTVERSION=	0.12
PORTREVISION=	1
@


1.9
log
@Change MAINTAINER to perl@@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@@
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@


1.8
log
@- Remove left over patch file so it doesn't get installed
- Bump PORTREVISION

Approved by:	nork (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	nork@@FreeBSD.org
@


1.7
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d10 1
d23 2
@


1.6
log
@De-pkg-comment.
@
text
@a21 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.5
log
@Remove RESTRICTED tag with cryptography relation.

Pointed out by:		kris
@
text
@d16 1
@


1.4
log
@Update to 0.11.
@
text
@a16 2
RESTRICTED=	"Crypto; export-controlled"

@


1.3
log
@Delete needless *_DEPENDS.

Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@


1.2
log
@Update to 0.10

PR:		ports/44777
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>
@
text
@a16 3
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
RUN_DEPENDS=	${BUILD_DEPENDS}

@


1.1
log
@Add p5-Crypt-OpenSSL-DSA(0.03), a perl module for DSA signature verification
using OpenSSL.

Approved by:	knu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@

