freebsd-ports/security/py-fchksum/Makefile
Ying-Chieh Liao 35f4343fa4 add py-fchksum
find the checksum of files
2001-07-05 07:07:27 +00:00

21 lines
425 B
Makefile

# ex:ts=8
# New ports collection makefile for: py-fckhsum
# Date created: Jul 5, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fchksum
PORTVERSION= 1.3
CATEGORIES= security python
MASTER_SITES= http://www.azstarnet.com/~donut/programs/fchksum/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
USE_PYTHON= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>