539d1065ce
- give maintainership to submitter - add WWW: tag PR: 39076 Submitted by: Erwin Lansing <erwin@lansing.dk>
25 lines
541 B
Makefile
25 lines
541 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.37
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= erwin@lansing.dk
|
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= "/usr"
|
|
USE_OPENSSL= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Crypt::SSLeay.3
|
|
|
|
.include <bsd.port.mk>
|