mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
39b1447eb4
Update MAINTAINER email minor modernizations. PR: 202063 Submitted by: Thorsten Geppert (Maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9194
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= portfind
|
|
PORTVERSION= 1.6.3
|
|
CATEGORIES= ports-mgmt perl5
|
|
MASTER_SITES= http://gug-it.de/files/
|
|
|
|
MAINTAINER= thorsten@gug-it.de
|
|
COMMENT= Search the ports tree
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= sqlite3:databases/sqlite3
|
|
RUN_DEPENDS= sqlite3:databases/sqlite3
|
|
|
|
USES= perl5
|
|
USE_PERL5= build
|
|
|
|
PLIST_FILES= bin/portfind man/man1/portfind.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|