freebsd-ports/www/p5-WWW-Yandex-TIC/Makefile
2021-04-06 16:31:07 +02:00

23 lines
433 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= WWW-Yandex-TIC
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Query Yandex Thematic Index of Citing (TIC) for domain
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>