b9cf423050
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
18 lines
341 B
Makefile
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>
|