2005-12-18 22:56:07 +01:00
|
|
|
# New ports collection Makefile for: p5-Crypt-Caesar
|
|
|
|
# Date created: 18 Dec 2006
|
|
|
|
# Whom: Gabor Kovesdan
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Caesar
|
|
|
|
PORTVERSION= 0.01
|
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gkovesdan@t-hosting.hu
|
|
|
|
COMMENT= Perl extension for decrypting rot-N strings
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::Caesar.3
|
|
|
|
|
2005-12-30 21:38:46 +01:00
|
|
|
.include <bsd.port.mk>
|