2004-06-26 03:35:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:09 xsa Exp $
|
2001-04-04 20:09:01 -04:00
|
|
|
|
|
|
|
COMMENT= 'perl module to create WML cards'
|
2001-02-12 12:05:07 -05:00
|
|
|
|
2001-02-12 20:42:32 -05:00
|
|
|
DISTNAME= WML-Card-0.02
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc www
|
2002-05-14 08:07:09 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WML/}
|
2001-02-12 12:05:07 -05:00
|
|
|
|
2001-04-17 02:37:33 -04:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-02-12 12:05:07 -05:00
|
|
|
|
2003-11-15 10:12:53 -05:00
|
|
|
# GPL/Artistic
|
2001-02-12 12:05:07 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= ::www/p5-HTML-Parser
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-06-10 02:14:23 -04:00
|
|
|
|
2001-02-12 20:42:32 -05:00
|
|
|
CONFIGURE_STYLE= perl
|
2001-02-12 12:05:07 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|