Makefile 379 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:17 naddy Exp $
  2. COMMENT= Simple HTML Calendars
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= HTML-CalendarMonthSimple-1.25
  6. REVISION= 1
  7. CATEGORIES= www
  8. MAINTAINER= Sam Smith <S@msmith.net>
  9. # Same as Perl
  10. PERMIT_PACKAGE_CDROM= Yes
  11. RUN_DEPENDS= devel/p5-Date-Calc \
  12. devel/p5-Date-Simple
  13. BUILD_DEPENDS= ${RUN_DEPENDS}
  14. .include <bsd.port.mk>