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
Vanilla I. Shu 07bb63a973 - update to version 2.14
- clean up pkg-{comment,descr}
- sort pkg-plist

PR:		ports/29144
Submitted by:	Pete Fritchman
2001-07-23 14:27:26 +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.14
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>