freebsd-ports/security/fpc-hash/Makefile
Jose Alonso Cardenas Marquez 9bcc09b9f2 - Update to 2.6.2
- Trim Makefile headers
2013-03-23 05:25:05 +00:00

17 lines
366 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"