mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# Created by: Gilbert Morgan <gmm@tutanota.com>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cachelib
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gmm@tutanota.com
|
|
COMMENT= Collection of cache libraries in the same API interface
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= localbase python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|