Makefile 329 B

1234567891011121314151617
  1. # $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:55 naddy Exp $
  2. COMMENT= Perl modules for parsing Snort configuration files
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Net-Snort-Parser-1.21
  6. REVISION= 2
  7. CATEGORIES= net
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MASTER_SITES= http://www.shmoo.com/~bmc/software/snortconfig/
  11. .include <bsd.port.mk>