head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.16.13.37.19;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Net-SSL-ExpireDate
# Date created:		2011-10-03
# Whom:			Stephon Chen <stephon@@gmail.com>
#
# $FreeBSD: head/security/p5-Net-SSL-ExpireDate/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Net-SSL-ExpireDate
PORTVERSION=	1.10
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Obtain expiration date of certificate

BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-Crypt-OpenSSL-X509>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-X509 \
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
		p5-Time-Duration-Parse>=0:${PORTSDIR}/devel/p5-Time-Duration-Parse \
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-Crypt-OpenSSL-X509>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-X509 \
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
		p5-Time-Duration-Parse>=0:${PORTSDIR}/devel/p5-Time-Duration-Parse \
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require

PERL_CONFIGURE=	yes

MAN3=		Net::SSL::ExpireDate.3

.include <bsd.port.mk>
@


1.1
log
@- Add p5-Net-SSL-ExpireDate 1.10

Net::SSL::ExpireDate get certificate from network (SSL) or local file and obtain
its expiration date.

WWW: http://search.cpan.org/dist/Net-SSL-ExpireDate/

PR:		ports/161258 (based on)
Submitted by:	Stephon Chen <stephon@@gmail.com>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@

