openbsd-ports/devel/p5-Carp-Assert-More/Makefile

21 lines
351 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:13 espie Exp $
COMMENT= convenience wrappers around Carp::Assert
MODULES= cpan
DISTNAME= Carp-Assert-More-1.12
REVISION= 1
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Carp-Assert
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>