2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:44:35 ajacoutot Exp $
|
2004-12-22 01:56:27 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= subversion activity notification
|
2004-12-22 01:56:27 +00:00
|
|
|
|
2006-11-29 07:56:29 +00:00
|
|
|
MODULES= cpan
|
|
|
|
|
2009-03-30 21:54:54 +00:00
|
|
|
DISTNAME= SVN-Notify-2.78
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 1
|
2006-11-29 08:23:29 +00:00
|
|
|
CATEGORIES= devel
|
2004-12-22 01:56:27 +00:00
|
|
|
|
2006-12-05 06:37:55 +00:00
|
|
|
# perl
|
2004-12-22 01:56:27 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/subversion,-perl \
|
|
|
|
www/p5-HTML-Parser
|
2004-12-22 01:56:27 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-11-29 07:56:29 +00:00
|
|
|
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
2004-12-22 01:56:27 +00:00
|
|
|
|
2006-11-29 08:23:29 +00:00
|
|
|
CONFIGURE_STYLE= modbuild
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2004-12-22 01:56:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|