openbsd-ports/comms/p5-Device-Gsm/Makefile

23 lines
467 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:22 ajacoutot Exp $
COMMENT= Perl extension to interface GSM cellulars / modems
DISTNAME= Device-Gsm-1.52
REVISION= 0
2007-01-23 17:30:51 -05:00
CATEGORIES= comms
2007-01-23 17:30:51 -05:00
MODULES= cpan
MAINTAINER= Matteo Cantoni <goony@openbeer.it>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
RUN_DEPENDS= comms/p5-Device-Modem
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>