ffedbbef3e
PR: ports/127748 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Andrew McNaughton <andrew AT scoop.co.nz> (maintainer)
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# New ports collection makefile for: p5-Net-Printer
|
|
# Date created: 14 August 2003
|
|
# Whom: andrew@scoop.co.nz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Printer
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= andrew@scoop.co.nz
|
|
COMMENT= Perl extension for direct-to-lpd printing
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Printer.3
|
|
|
|
.include <bsd.port.mk>
|