freebsd-ports/converters/p5-Number-Nary/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

21 lines
483 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Number-Nary
PORTVERSION= 1.100312
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Encode and decode numbers as n-ary strings
BUILD_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-UDCode>=0:devel/p5-UDCode
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>