Makefile 303 B

1234567891011121314151617
  1. # $OpenBSD: Makefile,v 1.19 2015/10/29 21:43:19 sthen Exp $
  2. COMMENT= classes to create and decode MIME messages in PHP
  3. DISTNAME= Mail_Mime-1.10.0
  4. CATEGORIES= mail
  5. MAINTAINER= Stuart Henderson <sthen@openbsd.org>
  6. MODULES= www/pear
  7. PKG_ARCH= *
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. .include <bsd.port.mk>