freebsd-ports/security/fpc-hash/Makefile
2014-01-28 00:16:57 +00:00

17 lines
365 B
Makefile

# Created by: John Merryweather Cooper
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= security lang
PKGNAMESUFFIX= -hash
MAINTAINER= acm@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"