aboutsummaryrefslogtreecommitdiffstats
path: root/security/fpc-hash/Makefile
blob: 4d850df77a2742a45219e1ab7aed27d367fd8259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: John Merryweather Cooper
# $FreeBSD$

PORTREVISION=   1
CATEGORIES= security lang
PKGNAMESUFFIX=  -hash

MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT=    Free Pascal unit for MD5 hash routines

USE_FPC=    yes

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

.include "${MASTERDIR}/Makefile"