freebsd-ports/security/p5-Digest-MD5-M4p/Makefile
Andrej Zverev b9cf423050 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 10:46:37 +00:00

18 lines
341 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Digest-MD5-M4p
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl interface to a variant of the MD5 algorithm
PERL_CONFIGURE= yes
MAN3= Digest::MD5::M4p.3
.include <bsd.port.mk>