19 lines
392 B
Makefile
19 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/19 07:43:01 espie Exp $
|
|
|
|
COMMENT = Perl interface for the system 'at' command
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Schedule-At-1.09
|
|
CATEGORIES = sysutils
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Eric Olsen <herolsen@alumni.upenn.edu>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|