19 lines
368 B
Makefile
19 lines
368 B
Makefile
|
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= ExifRead
|
||
|
PORTVERSION= 2.1.2
|
||
|
CATEGORIES= graphics python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= mi@aldan.algebra.com
|
||
|
COMMENT= Read Exif metadata from tiff and jpeg files
|
||
|
|
||
|
LICENSE= BSD
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
|
||
|
.include <bsd.port.mk>
|