View | Details | Raw Unified | Return to bug 216138
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	phply
3
PORTNAME=	phply
4
PORTVERSION=	0.9.1
4
PORTVERSION=	1.0.0
5
PORTREVISION=	1
6
CATEGORIES=	devel python
5
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-20 Link Here
11
COMMENT=	PHP lexer and parser in Python
10
COMMENT=	PHP lexer and parser in Python
12
11
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
13
16
NO_ARCH=	yes
14
NO_ARCH=	yes
17
USES=		python:-2.7
15
USES=		python
18
USE_PYTHON=	autoplist distutils
16
USE_PYTHON=	autoplist distutils
19
17
20
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1467933894
1
TIMESTAMP = 1484565483
2
SHA256 (phply-0.9.1.tar.gz) = 6afe997a3b0ab3dbc2d5d8769d9c9e10d1fd9812e416d2deaf6ba56fd2565ed8
2
SHA256 (phply-1.0.0.tar.gz) = 0b9040adaf0e8d7fce2217dc92ce64cf3c88f5235bd3fe37194d7b7002c3ac41
3
SIZE (phply-0.9.1.tar.gz) = 30640
3
SIZE (phply-1.0.0.tar.gz) = 65226

Return to bug 216138