summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portfind/Makefile
blob: 0270ae941d77bfa421b3079ec92dffc4df16b2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	portfind
PORTVERSION=	1.6.1
CATEGORIES=	ports-mgmt perl5
MASTER_SITES=	http://dynsoft.com/files/

MAINTAINER=	thorsten@dynsoft.com
COMMENT=	Search the ports tree

LICENSE=	BSD3CLAUSE

BUILD_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3

USES=		perl5
USE_PERL5=	build

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud