mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9591d984b4
- Bump PORTREVISION for package change
30 lines
742 B
Makefile
30 lines
742 B
Makefile
# Created by: Alfred Perlstein <alfred@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-SSLeay
|
|
PORTVERSION= 0.72
|
|
PORTREVISION= 3
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \
|
|
p5-Path-Class>=0.26:devel/p5-Path-Class \
|
|
p5-Try-Tiny>=0.19:lang/p5-Try-Tiny
|
|
RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https
|
|
|
|
USES= perl5 ssl
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS= --no-live-tests
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SSLeay/SSLeay.so
|
|
|
|
.include <bsd.port.mk>
|