mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
22 lines
426 B
Makefile
22 lines
426 B
Makefile
PORTNAME= Kwalify
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SREZIC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Implementation of Kwalify parser, validator and data binding tool
|
|
WWW= https://metacpan.org/release/Kwalify
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
.include <bsd.port.mk>
|