1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/p5-Phone-Info/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
456 B
Makefile

# Created by: Zane C. Bowers <vvelox@vvelox.net>
# $FreeBSD$
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>