mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
21 lines
345 B
Makefile
21 lines
345 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net-SSLeay
|
|
PORTVERSION= 1.82
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to SSL
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSLeay/SSLeay.so
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|