1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/p5-Kwalify/Makefile
Andrej Zverev 7a1dccccd5 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:03:27 +00:00

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>