aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-OpenSSL-X509/Makefile
blob: ff44a4ca895ff4e6b9faf87cecb328affac50177 (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
24
25
# New ports collection makefile for:    p5-Crypt-OpenSSL-X509
# Date created:             2007/06/09
# Whom:                 kftseng@iyard.org
#
# $FreeBSD$
#

PORTNAME=   Crypt-OpenSSL-X509
PORTVERSION=    1.8.2
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}00.${PORTVERSION:E}

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl extension for OpenSSL X509 API

PERL_CONFIGURE= yes

MAN3=       Crypt::OpenSSL::X509.3

post-patch:
    @${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>