17 lines
269 B
Makefile
17 lines
269 B
Makefile
COMMENT= Perl extension to interface GSM cellulars / modems
|
|
|
|
DISTNAME = Device-Gsm-1.61
|
|
CATEGORIES= comms
|
|
REVISION = 1
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= comms/p5-Device-Modem \
|
|
comms/p5-Device-SerialPort
|
|
|
|
.include <bsd.port.mk>
|