1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/p5-Digest-MD5/Makefile
Kevin Lo b567291a7d - Fix pkg-plist
- Takeover maintainership

PR: 28021
Submitted by: Pete Fritchman <petef@databits.net>
2001-06-11 15:20:04 +00:00

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>