aboutsummaryrefslogtreecommitdiff
path: root/www/py-biscuits/Makefile
blob: c9cc67d98a02c2d4c22ca01b92d542794a361328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	biscuits
PORTVERSION=	0.3.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Fast and tasty cookies handling

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/biscuits*.so

.include <bsd.port.mk>