diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-05 07:07:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-05 07:07:27 +0000 |
commit | 35f4343fa4d8406303456ca0d5405f7b1ca8962f (patch) | |
tree | dd39d1c10f6d5c13418c05d061562a8bac1c8707 /security/py-fchksum/Makefile | |
parent | e5e4e1c40b3884683ad83f3c917b90e782c9ed26 (diff) |
Notes
Diffstat (limited to 'security/py-fchksum/Makefile')
-rw-r--r-- | security/py-fchksum/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile new file mode 100644 index 000000000000..bc83990ab6a8 --- /dev/null +++ b/security/py-fchksum/Makefile @@ -0,0 +1,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> |