aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Rijndael/Makefile
blob: e88f5f67fbe9a6268bba1195f91a582be79e589c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: 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

USES=		perl5
USE_PERL5=	configure

MAN3=		Crypt::Rijndael.3

NO_STAGE=	yes
.include <bsd.port.mk>