302b9a7c36
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# New ports collection makefile for: net/p5-Phone-Info
|
|
# Date created: 16 Oct 2010
|
|
# Whom: Zane C. Bowers <vvelox@vvelox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Phone-Info
|
|
PORTVERSION= 0.0.1
|
|
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= ${SITE_PERL}/Net/WhitePages.pm:${PORTSDIR}/net/p5-Net-WhitePages
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Phone::Info.3
|
|
|
|
.include <bsd.port.mk>
|