1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/p5-Crypt-IDEA/Makefile
Erwin Lansing b62fac1e23 Update to 1.08
PR:		96439
Submitted by:	leeym
2006-04-28 08:09:46 +00:00

25 lines
529 B
Makefile

# New ports collection makefile for: p5-Crypt-IDEA
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-IDEA
PORTVERSION= 1.08
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 interface to IDEA block cipher
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Crypt::IDEA.3
.include <bsd.port.mk>