aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Simple/Makefile
blob: d0a8539e88527adeb88a4db9304ae0cf34f33460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Alexander Kriventsov <avk@vl.ru>
# $FreeBSD$

PORTNAME=   Crypt-Simple
PORTVERSION=    0.06
PORTREVISION=   2
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= avk@vl.ru
COMMENT=    Perl encrypt stuff simply

RUN_DEPENDS=    p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
        p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
        p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
BUILD_DEPENDS=  p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
        p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
        p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw

PERL_CONFIGURE= yes

MAN3=   Crypt::Simple.3

.include <bsd.port.mk>