17 lines
253 B
Makefile
17 lines
253 B
Makefile
COMMENT = EC using OpenSSL
|
|
|
|
DISTNAME = Crypt-OpenSSL-EC-1.32
|
|
REVISION = 1
|
|
|
|
CATEGORIES = security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c crypto perl ssl
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = security/p5-Crypt-OpenSSL-Bignum>=0.04
|
|
|
|
.include <bsd.port.mk>
|