mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
0ce8bc83f8
- Remove outdated post-extract: Changes: https://metacpan.org/changes/distribution/WebDriver-Tiny
24 lines
422 B
Makefile
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>
|