diff options
Diffstat (limited to 'textproc/p5-Data-Phrasebook/Makefile')
-rw-r--r-- | textproc/p5-Data-Phrasebook/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Data-Phrasebook/Makefile b/textproc/p5-Data-Phrasebook/Makefile new file mode 100644 index 000000000000..7b02834c3acd --- /dev/null +++ b/textproc/p5-Data-Phrasebook/Makefile @@ -0,0 +1,30 @@ +# 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.29 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Accessing phrasebooks from various data sources + +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> |