aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-fchksum/Makefile
blob: bc83990ab6a885be306c5847b5679655626fe2c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>