7012ce9f37
Approved by: pgj, tabthorpe (mentors)
19 lines
382 B
Makefile
19 lines
382 B
Makefile
# New ports collection Makefile for: p5-Crypt-Shark
|
|
# Date created: 20 Dec 2006
|
|
# Whom: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-Shark
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Perl extension for Shark block cipher
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::Shark.3
|
|
|
|
.include <bsd.port.mk>
|