mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
4c17179eef
- Add LICENSE - Assign maintainer to submitter - Update master site PR: ports/188586 Submitted by: Matthew Rezny <matthew@reztek.cz>
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fchksum
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://code.fluffytapeworm.com/projects/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= matthew@reztek.cz
|
|
COMMENT= Python module to find the checksum of files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= python-fchksum
|
|
|
|
.include <bsd.port.mk>
|