21 lines
499 B
Makefile
21 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.21 2002/05/13 18:50:37 espie Exp $
|
|
|
|
COMMENT= "Perl5 module for uuencode and uudecode"
|
|
|
|
DISTNAME= Convert-UU-0.40
|
|
PKGNAME= p5-Convert-UU-0.40
|
|
CATEGORIES= converters perl5
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "no license"
|
|
PERMIT_PACKAGE_FTP= "no license"
|
|
PERMIT_DISTFILES_CDROM= "no license"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|