2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:37 ajacoutot Exp $
|
2008-05-26 04:00:24 -04:00
|
|
|
|
|
|
|
COMMENT = tie to an existing object
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Tie-ToObject-0.03
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 1
|
2008-05-26 04:00:24 -04:00
|
|
|
CATEGORIES = devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2008-05-26 04:00:24 -04:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-06-09 04:55:09 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = devel/p5-Test-use-ok
|
2008-05-26 04:00:24 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|