freebsd-ports/textproc/p5-Kwalify/Makefile
Martin Wilke b6702c8136 - Update to 1.22
- Trim header
2013-06-09 19:27:00 +00:00

19 lines
396 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
PERL_CONFIGURE= yes
.include <bsd.port.mk>