1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/p5-WebDriver-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 0ce8bc83f8 Update to 0.102
- Remove outdated post-extract:

Changes:	https://metacpan.org/changes/distribution/WebDriver-Tiny
2019-05-19 21:54:58 +00:00

24 lines
422 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= WebDriver-Tiny
PORTVERSION= 0.102
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CVLIBRARY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Selenium 2.0 bindings for Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>