freebsd-ports/www/p5-WWW-Yandex-TIC/Makefile
Andrej Zverev f235d21f2b - support STAGEDIR
- add LICENSE
2013-11-04 09:57:54 +00:00

22 lines
441 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= WWW-Yandex-TIC
PORTVERSION= 0.07
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
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>