mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# New ports collection makefile for: p5-Crypt-CAST5_PP
|
|
# Date created: 9 September 2002
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-CAST5_PP
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= CAST5 block cipher in pure Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::CAST5_PP.3
|
|
|
|
.include <bsd.port.mk>
|