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
645 B
Makefile
Raw Normal View History

1999-04-07 20:20:33 +00:00
# New ports collection makefile for: p5-Digest-MD5
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-31 01:53:22 +00:00
# $FreeBSD$
1999-04-07 20:20:33 +00:00
#
PORTNAME= Digest-MD5
PORTVERSION= 2.12
1999-04-07 20:20:33 +00:00
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
1999-04-07 20:20:33 +00:00
MAINTAINER= ache@FreeBSD.org
1999-04-07 20:20:33 +00:00
USE_PERL5= yes
1999-04-07 20:20:33 +00:00
MAN3= Digest::MD2.3 \
1999-04-07 20:20:33 +00:00
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 \
CC="${CC}" CCFLAGS="${CFLAGS}"
1999-04-07 20:20:33 +00:00
.include <bsd.port.mk>