Makefile 500 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:06 naddy Exp $
  2. COMMENT = cut and cat MP3 files
  3. MODULES = cpan
  4. PKG_ARCH = *
  5. # strip -p5 from PKGNAME (added by the cpan MODULE)
  6. DISTNAME = mp3cut-1.13
  7. PKGNAME = ${DISTNAME}
  8. REVISION = 0
  9. CATEGORIES = audio
  10. MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
  11. # GPL/Artistic
  12. PERMIT_PACKAGE_CDROM = Yes
  13. CPAN_AUTHOR = JV
  14. RUN_DEPENDS = audio/p5-CDDB-File \
  15. audio/p5-MPEG-Audio-Frame
  16. BUILD_DEPENDS = ${RUN_DEPENDS}
  17. .include <bsd.port.mk>