1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/py-smmap/Makefile
Martin Wilke c311a41954 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-03-06 14:09:57 +00:00

20 lines
333 B
Makefile

# $FreeBSD$
PORTNAME= smmap
PORTVERSION= 0.8.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Pure python sliding memory map manager
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>