openbsd-ports/devel/p5-ExtUtils-XSBuilder/Makefile

20 lines
380 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:16 espie Exp $
COMMENT= automatic Perl XS glue code generation
MODULES= cpan
DISTNAME= ExtUtils-XSBuilder-0.28
REVISION= 1
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Parse-RecDescent \
devel/p5-Tie-IxHash
.include <bsd.port.mk>