mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pymorph
|
|
PORTVERSION= 0.96
|
|
PORTREVISION= 9
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= sawp@sawp.com.br
|
|
COMMENT= Pure implementation of image morphology functions
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
RUN_DEPENDS+= ${PYNUMPY}
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|