f50270bc88
ok dassow@
27 lines
568 B
Makefile
27 lines
568 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/17 20:13:33 kili Exp $
|
|
|
|
COMMENT= "extract the structure of a quoted mail message"
|
|
|
|
DISTNAME= Text-Quoted-1.8
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
RUN_DEPENDS= ::textproc/p5-Text-Autoformat
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|