openbsd-ports/devel/p5-VCP-autrijus/Makefile

26 lines
601 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:24 espie Exp $
COMMENT= tool for copying resources between repositories
2006-11-29 03:23:29 -05:00
MODULES= cpan
2005-02-04 00:38:59 -05:00
DISTNAME= VCP-autrijus-snapshot-0.9-20050110
2010-11-15 14:45:56 -05:00
PKGNAME= p5-VCP-autrijus-0.9
REVISION = 1
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
CPAN_AUTHOR= AUTRIJUS
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= devel/p5-Regexp-Shellish>=0.93 \
devel/p5-IPC-Run3>=0.01 \
textproc/p5-XML-AutoWriter>=0.38 \
textproc/p5-Text-Diff>=0.35 \
textproc/p5-XML-Parser>=2.31 \
www/p5-PodToHTML>=0.05
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>