Makefile 338 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT= make backups of multiple directories and rotate them
  3. DISTNAME= File-Rotate-Backup-0.13
  4. REVISION= 0
  5. CATEGORIES= misc
  6. MAINTAINER= Matthew S Elmore <matt@mattelmore.com>
  7. # Artistic/GPL
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MODULES= cpan
  10. PKG_ARCH= *
  11. .include <bsd.port.mk>