24 lines
471 B
Makefile
24 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 14:49:58 espie Exp $
|
|
|
|
COMMENT= "pretty printing of data structures"
|
|
|
|
DISTNAME= Data-Dump-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|