freebsd-ports/security/p5-Crypt-SSLeay/Makefile
2000-12-16 01:50:49 +00:00

30 lines
646 B
Makefile

# New ports collection makefile for: p5-Crypt-SSLeay
# Date created: December-15-2000
# Whom: Alfred Perlstein <alfred@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-SSLeay
PORTVERSION= 0.18
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
RESTRICTED= "Crypto; export-controlled"
IS_INTERACTIVE= "asks about openssl"
USE_PERL5= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::SSLeay.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>