mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
24 lines
476 B
Makefile
24 lines
476 B
Makefile
# New ports collection makefile for: p5-Kwalify
|
|
# Date created: 2008/10/23
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Kwalify
|
|
PORTVERSION= 1.21
|
|
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>
|