openbsd-ports/converters/p5-Convert-UU/Makefile

21 lines
499 B
Makefile
Raw Normal View History

2002-05-13 14:50:36 -04:00
# $OpenBSD: Makefile,v 1.21 2002/05/13 18:50:37 espie Exp $
COMMENT= "Perl5 module for uuencode and uudecode"
1998-04-29 01:08:00 -04:00
1999-08-17 22:20:38 -04:00
DISTNAME= Convert-UU-0.40
PKGNAME= p5-Convert-UU-0.40
1998-04-29 01:08:00 -04:00
CATEGORIES= converters perl5
2002-03-21 15:46:23 -05:00
NEED_VERSION= 1.515
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
1998-04-29 01:08:00 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-04-29 01:08:00 -04:00
2000-03-13 23:21:59 -05:00
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
1998-04-29 01:08:00 -04:00
.include <bsd.port.mk>