mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
18 lines
373 B
Makefile
18 lines
373 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
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"
|