23 lines
500 B
Makefile
23 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/04/27 17:29:35 margarida Exp $
|
|
|
|
COMMENT= "low-calorie MIME generator"
|
|
|
|
DISTNAME= MIME-Lite-3.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
|
|
HOMEPAGE= http://www.zeegee.com/code/perl/MIME-Lite/
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|