mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
012c5ae10e
PR: ports/128564 Submitted by: Steven Kreuzer <skreuzer _at_ exit2shell _dot_ com> (maintainer)
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# New ports collection makefile for: Crypt-Rijndael
|
|
# Date created: Wed Jan 3 16:15:20 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-Rijndael
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skreuzer@exit2shell.com
|
|
COMMENT= Perl module that implements the Rijndael cipher
|
|
|
|
BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::Rijndael.3
|
|
|
|
.include <bsd.port.mk>
|