35b4056c8d
- Remove unnecessary MASTER_SITE_SUBDIR - Add LICENSE Changes: http://search.cpan.org/dist/Data-Phrasebook/Changes
31 lines
694 B
Makefile
31 lines
694 B
Makefile
# New ports collection makefile for: textproc/p5-Data-Phrasebook
|
|
# Date created: 05 May 2010
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Phrasebook
|
|
PORTVERSION= 0.33
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Accessing phrasebooks from various data sources
|
|
|
|
LICENSE= ART20
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Phrasebook.3 \
|
|
Data::Phrasebook::Debug.3 \
|
|
Data::Phrasebook::Generic.3 \
|
|
Data::Phrasebook::Loader.3 \
|
|
Data::Phrasebook::Loader::Base.3 \
|
|
Data::Phrasebook::Loader::Text.3 \
|
|
Data::Phrasebook::Plain.3 \
|
|
Data::Phrasebook::SQL.3 \
|
|
Data::Phrasebook::SQL::Query.3
|
|
|
|
.include <bsd.port.mk>
|