18 lines
387 B
Makefile
18 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/11/25 16:32:34 espie Exp $
|
|
|
|
COMMENT= "report errors from perspective of caller of a clan of modules"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Carp-Clan-5.3
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|