c3104cc411
- Remove unnecessary MASTER_SITE_SUBDIR - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/Changes
28 lines
726 B
Makefile
28 lines
726 B
Makefile
# New ports collection makefile for: textproc/p5-Data-Phrasebook-Loader-YAML
|
|
# Date created: 05 May 2010
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Phrasebook-Loader-YAML
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A loader class for phrasebook implementations using YAML
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-Data-Phrasebook>=0.24:${PORTSDIR}/textproc/p5-Data-Phrasebook \
|
|
p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Phrasebook::Loader::YAML.3
|
|
|
|
.include <bsd.port.mk>
|