1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/security/p5-Digest-MD5/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

36 lines
671 B
Makefile

# New ports collection makefile for: p5-Digest-MD5
# Version required: 2.*
# Date created: 1999/04/07
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= Digest-MD5-2.08
PKGNAME= p5-Digest-MD5-2.08
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MD5
MAINTAINER= ache@FreeBSD.org
USE_PERL5= YES
MAN3= \
Digest::MD2.3 \
Digest::SHA1.3 \
SHA.3 \
Digest::HMAC.3 \
Digest.3 \
Digest::MD5.3 \
Digest::HMAC_SHA1.3 \
Digest::HMAC_MD5.3 \
MD5.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>