View | Details | Raw Unified | Return to bug 219401 | Differences between
and this patch

Collapse All | Expand All

(-)devel/googlemock/Makefile (-1 / +3 lines)
Lines 5-10 Link Here
5
DISTVERSIONPREFIX=	release-
5
DISTVERSIONPREFIX=	release-
6
DISTVERSION=	1.8.0-50
6
DISTVERSION=	1.8.0-50
7
DISTVERSIONSUFFIX=	-g59c795c
7
DISTVERSIONSUFFIX=	-g59c795c
8
PORTREVISION=	1
8
CATEGORIES=	devel
9
CATEGORIES=	devel
9
10
10
MAINTAINER=	jbeich@FreeBSD.org
11
MAINTAINER=	jbeich@FreeBSD.org
Lines 21-27 Link Here
21
GH_ACCOUNT=	google
22
GH_ACCOUNT=	google
22
GH_PROJECT=	googletest
23
GH_PROJECT=	googletest
23
24
24
USES=		autoreconf libtool localbase
25
USES=		autoreconf libtool localbase python:run shebangfix
26
SHEBANG_FILES=	scripts/gmock_doctor.py
25
WRKSRC_SUBDIR=	${PORTNAME}
27
WRKSRC_SUBDIR=	${PORTNAME}
26
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
27
# fused-src python tests are only useful for bundling. There's no point in
29
# fused-src python tests are only useful for bundling. There's no point in

Return to bug 219401