2006-12-05 01:37:55 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2006/12/05 06:37:55 msf Exp $
|
2004-12-21 20:56:27 -05:00
|
|
|
|
|
|
|
COMMENT= "subversion activity notification"
|
|
|
|
|
2006-11-29 02:56:29 -05:00
|
|
|
MODULES= cpan
|
|
|
|
|
|
|
|
DISTNAME= SVN-Notify-2.64
|
2006-11-29 03:23:29 -05:00
|
|
|
CATEGORIES= devel
|
2004-12-21 20:56:27 -05:00
|
|
|
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
2006-12-05 01:37:55 -05:00
|
|
|
# perl
|
2004-12-21 20:56:27 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::devel/subversion,-perl \
|
|
|
|
::www/p5-HTML-Parser
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-11-29 02:56:29 -05:00
|
|
|
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
2004-12-21 20:56:27 -05:00
|
|
|
|
2006-11-29 03:23:29 -05:00
|
|
|
CONFIGURE_STYLE= modbuild
|
2004-12-21 20:56:27 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|