945c98fdf8
Approved by: portmgr (bapt@, blanket)
20 lines
327 B
Makefile
20 lines
327 B
Makefile
# Created by: andrew@scoop.co.nz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Printer
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl extension for direct-to-lpd printing
|
|
|
|
LICENSE= BSD
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Net::Printer.3
|
|
|
|
.include <bsd.port.mk>
|