4750e79bda
-- Perl interface to the uulib library (uudeview/uuenview) From: Ibrahim Khalifa <ibo@toontown.org> brad@ ok
22 lines
460 B
Makefile
Executable File
22 lines
460 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/25 03:12:28 margarida Exp $
|
|
|
|
COMMENT= "interface to the uulib library"
|
|
|
|
DISTNAME= Convert-UUlib-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters perl5
|
|
|
|
MAINTAINER= Ibrahim Khalifa <ibo@toontown.org>
|
|
|
|
# Artistic & GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|