2015-02-09 10:50:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= portfind
|
2017-01-16 01:16:00 +01:00
|
|
|
PORTVERSION= 1.6.3
|
2015-02-09 10:50:09 +01:00
|
|
|
CATEGORIES= ports-mgmt perl5
|
2017-01-16 01:16:00 +01:00
|
|
|
MASTER_SITES= http://gug-it.de/files/
|
2015-02-09 10:50:09 +01:00
|
|
|
|
2017-01-16 01:16:00 +01:00
|
|
|
MAINTAINER= thorsten@gug-it.de
|
2015-02-09 10:50:09 +01:00
|
|
|
COMMENT= Search the ports tree
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= sqlite3:databases/sqlite3
|
|
|
|
RUN_DEPENDS= sqlite3:databases/sqlite3
|
2015-02-09 10:50:09 +01:00
|
|
|
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= build
|
|
|
|
|
2017-01-16 01:16:00 +01:00
|
|
|
PLIST_FILES= bin/portfind man/man1/portfind.1.gz
|
|
|
|
|
2015-02-09 10:50:09 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|