0c8457bf5d
- Remove outdated OSVERSION check Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
25 lines
554 B
Makefile
25 lines
554 B
Makefile
# 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>
|