18f446f31b
PR: ports/171129 Submitted by: Steve Wills <swills@freebsd.org>
24 lines
499 B
Makefile
24 lines
499 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.11
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
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>
|