mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
16 lines
290 B
Makefile
16 lines
290 B
Makefile
# Created by: Gabor Kovesdan
|
|
|
|
PORTNAME= Crypt-Enigma
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Perl extension for the Enigma cipher
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|