freebsd-ports/textproc/p5-Data-Phrasebook/Makefile

21 lines
433 B
Makefile
Raw Normal View History

PORTNAME= Data-Phrasebook
PORTVERSION= 0.35
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Accessing phrasebooks from various data sources
WWW= https://metacpan.org/release/Data-Phrasebook
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Module-Pluggable>=2.7:devel/p5-Module-Pluggable
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>