b567291a7d
- Takeover maintainership PR: 28021 Submitted by: Pete Fritchman <petef@databits.net>
23 lines
414 B
Makefile
23 lines
414 B
Makefile
# New ports collection makefile for: p5-Digest-MD5
|
|
# Date created: 1999/04/07
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Digest-MD5
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Digest
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= petef@databits.net
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Digest::MD5.3
|
|
|
|
.include <bsd.port.mk>
|