aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-NULL/Makefile
blob: c8b3d8e223b5f748db75533f1e73e7678e85096a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Crypt-NULL
# Date created:     2005-08-06
# Whom:         TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#

PORTNAME=   Crypt-NULL
PORTVERSION=    1.02
CATEGORIES= security perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX=  p5-

MAINTAINER= kaoru@kaisei.org
COMMENT=    Perl implementation of the NULL encryption algorithm

PERL_CONFIGURE= yes

MAN3=   Crypt::NULL.3

.include <bsd.port.mk>