1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/p5-Digest-MD5/Makefile

36 lines
713 B
Makefile
Raw Normal View History

1999-04-07 20:20:33 +00:00
# New ports collection makefile for: p5-Digest-MD5
# Version required: 2.*
1999-04-12 08:24:16 +00:00
# Date created: 1999/04/07
# Whom: ache
1999-04-07 20:20:33 +00:00
#
1999-08-02 00:12:46 +00:00
# $Id: Makefile,v 1.2 1999/04/12 08:24:16 asami Exp $
1999-04-07 20:20:33 +00:00
#
1999-08-02 00:12:46 +00:00
DISTNAME= Digest-MD5-2.08
PKGNAME= p5-Digest-MD5-2.08
1999-04-07 20:20:33 +00:00
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>