mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
29 lines
716 B
Makefile
29 lines
716 B
Makefile
# New ports collection makefile for: dejasearch
|
|
# Version required: 1.7.2
|
|
# Date created: 15 March 1999
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= dejasearch-1.7.2
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://homemade.hypermart.net/dejasearch/ \
|
|
http://homemade.virtualave.net/dejasearch/ \
|
|
http://people.FreeBSD.org/~kris/distfiles/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
MAN1= dejasearch.1
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/dejasearch ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/dejasearch.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|