2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:35 ajacoutot Exp $
|
2009-10-05 08:53:44 -04:00
|
|
|
|
|
|
|
COMMENT= module for controlling superclass method dispatch
|
|
|
|
|
2009-11-23 05:14:10 -05:00
|
|
|
DISTNAME= SUPER-1.17
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2009-10-05 08:53:44 -04:00
|
|
|
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Sub-Identify
|
2009-10-05 08:53:44 -04:00
|
|
|
|
2009-11-23 05:14:10 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2009-11-23 05:14:10 -05:00
|
|
|
|
2009-10-05 08:53:44 -04:00
|
|
|
.include <bsd.port.mk>
|