aboutsummaryrefslogtreecommitdiff
path: root/security/fpc-hash/Makefile
blob: f7dfc81f096e52a7b9c2f2ad44aa65de37feada9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	fpc-md5
# Date created: 			8 February 2004
# Whom: 				John Merryweather Cooper
#
# $FreeBSD$
#

PORTREVISION=	0
CATEGORIES=	security lang
PKGNAMESUFFIX=	-hash

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Free Pascal unit for MD5 hash routines

BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}
HAVE_EXAMPLES=	true

.include "${MASTERDIR}/Makefile"