17 lines
271 B
Makefile
17 lines
271 B
Makefile
|
COMMENT = ECDSA encoding and decoding using OpenSSL
|
||
|
|
||
|
DISTNAME = Crypt-OpenSSL-ECDSA-0.10
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = security
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB = c crypto perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
RUN_DEPENDS = security/p5-Crypt-OpenSSL-EC>=0.05
|
||
|
|
||
|
.include <bsd.port.mk>
|