2006-12-16 03:24:41 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2006/12/16 08:24:41 steven Exp $
|
2006-11-25 07:10:39 -05:00
|
|
|
|
|
|
|
COMMENT= "debugging aid based on comments"
|
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Smart-Comments-v1.0.2
|
2006-12-16 03:24:41 -05:00
|
|
|
PKGNAME= p5-Smart-Comments-1.0.2p0
|
2006-11-25 07:10:39 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
CPAN_AUTHOR= DCONWAY
|
2006-11-25 07:10:39 -05:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-12-16 03:24:41 -05:00
|
|
|
RUN_DEPENDS= ::devel/p5-version
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2006-11-25 07:10:39 -05:00
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|