openbsd-ports/sysutils/p5-Schedule-At/Makefile
giovanni a5021ea215 Import p5-Schedule-At, an OS independent interface to the Unix 'at' command.
From maintainer Eric Olsen, ok stephan@

Schedule::At provides an OS independent interface to the Unix 'at'
command.
2009-12-28 08:57:23 +00:00

18 lines
383 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 08:57:23 giovanni Exp $
COMMENT = Perl interface for the system 'at' command
MODULES = cpan
DISTNAME = Schedule-At-1.09
CATEGORIES = sysutils
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>