24 lines
458 B
Makefile
24 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:03 merdely Exp $
|
|
|
|
COMMENT= convenience wrappers around Carp::Assert
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Carp-Assert-More-1.12
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Carp-Assert
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|