1713ce9aad
reads fine to ajacoutot
21 lines
411 B
Makefile
21 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/11/07 15:07:01 sthen Exp $
|
|
|
|
COMMENT= compile and link C code for Perl modules
|
|
|
|
MODULES= cpan
|
|
DISTNAME= ExtUtils-CBuilder-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
COMES_WITH= 4.5
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|