Makefile 264 B

12345678910111213141516
  1. # $OpenBSD: Makefile,v 1.17 2016/03/20 19:56:07 naddy Exp $
  2. COMMENT= module to encode and decode objects
  3. DISTNAME= Convert-BER-1.32
  4. EPOCH= 0
  5. CATEGORIES= converters
  6. MODULES= cpan
  7. PKG_ARCH= *
  8. REVISION = 0
  9. # Perl
  10. PERMIT_PACKAGE_CDROM= Yes
  11. .include <bsd.port.mk>