Makefile 393 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:07 naddy Exp $
  2. COMMENT= read/write access to ASN.1-encoded PEM files
  3. DISTNAME= Convert-PEM-0.08
  4. CATEGORIES= converters security
  5. MODULES= cpan
  6. PKG_ARCH= *
  7. # Perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. BUILD_DEPENDS= ${RUN_DEPENDS}
  10. RUN_DEPENDS= converters/p5-Convert-ASN1 \
  11. devel/p5-Class-ErrorHandler \
  12. security/p5-Crypt-DES-EDE3
  13. .include <bsd.port.mk>