15 lines
293 B
Makefile
15 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/05/13 05:57:01 benoit Exp $
|
|
|
|
COMMENT = Perl interface for the system 'at' command
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Schedule-At-1.15
|
|
CATEGORIES = sysutils
|
|
|
|
MAINTAINER = Eric Olsen <herolsen@alumni.upenn.edu>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|