1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/p5-Lingua-EN-Numbers-Easy/Makefile
Muhammad Moinur Rahman f0840a1cb5 textproc/p5-Lingua-EN-Numbers-Easy: Update version 2009110701=>2014120401
Differential Revision:	https://reviews.freebsd.org/D1393
Approved by:		marino(mentor)
2014-12-29 12:21:46 +00:00

22 lines
478 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Lingua-EN-Numbers-Easy
PORTVERSION= 2014120401
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Perl module providing hash access to Lingua::EN::Numbers objects
LICENSE= MIT
BUILD_DEPENDS= p5-Lingua-EN-Numbers>=1.01:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>