blob: d237edff723e78b6855b606f889c4f6107e224b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Kwalify
# Date created: 2008/10/23
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Kwalify
PORTVERSION= 1.19
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SR/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>
|