1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/comms/p5-Device-Gsm/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

26 lines
616 B
Makefile

# New ports collection makefile for: p5-Device-Gsm
# Date created: 09 May 2006
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Device-Gsm
PORTVERSION= 1.48
PORTREVISION= 1
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anders@FreeBSD.org
COMMENT= Perl interface to GSM phones/modems on serial ports
BUILD_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem
RUN_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem
PERL_CONFIGURE= yes
MAN3= Device::Gsm::Sms.3 Device::Gsm::Pdu.3 Device::Gsm.3
.include <bsd.port.mk>