aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Rabbit/Makefile
blob: 189e853f7e8107fe0d2b890fe11ac1e18278cd38 (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: Gabor Kovesdan
# $FreeBSD$

PORTNAME=	Crypt-Rabbit
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Perl extension for Rabbit stream cipher

LICENSE=	GPLv2

USES=		perl5
USE_PERL5=	configure

post-patch:
	${REINPLACE_CMD} -i '' -e '/OPTIMIZE/s/=>.*/=> "${CFLAGS}",/g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>