freebsd-ports/security/p5-Crypt-PasswdMD5/Makefile
2013-11-06 07:39:31 +00:00

20 lines
428 B
Makefile

# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt-PasswdMD5
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides interoperable MD5-based crypt() function
USES= perl5
USE_PERL5= configure
pre-patch:
@${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm
.include <bsd.port.mk>