Makefile 333 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.12 2016/08/27 20:46:54 ajacoutot Exp $
  2. COMMENT= Perl extension to interface GSM cellulars / modems
  3. DISTNAME = Device-Gsm-1.61
  4. CATEGORIES= comms
  5. MODULES= cpan
  6. PKG_ARCH= *
  7. # Artistic
  8. PERMIT_PACKAGE_CDROM= Yes
  9. RUN_DEPENDS= comms/p5-Device-Modem
  10. BUILD_DEPENDS= comms/p5-Device-Modem
  11. .include <bsd.port.mk>