1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/p5-Phone-Info/Makefile
2021-04-06 16:31:07 +02:00

21 lines
444 B
Makefile

# Created by: Zane C. Bowers <vvelox@vvelox.net>
PORTNAME= Phone-Info
PORTVERSION= 0.0.1
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Provides a nicer CLI interface to Net::WhitePages
RUN_DEPENDS= p5-Net-WhitePages>=0:net/p5-Net-WhitePages
USES= perl5 shebangfix
SHEBANG_FILES= bin/phoneinfo
USE_PERL5= configure
.include <bsd.port.mk>