mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Kwalify
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SREZIC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Implementation of Kwalify parser, validator and data binding tool
|
|
|
|
MAN1= pkwalify.1
|
|
MAN3= Kwalify.3 Schema::Kwalify.3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|