c932f94b32
as requested by maintainer
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/10/04 07:40:15 jasper Exp $
|
|
|
|
COMMENT= debugging and tracing ultimate module
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Carp-Datum-0.1.3
|
|
REVISION= 2
|
|
CATEGORIES= devel perl5
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Getargs-Long>=0.1.3
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|