xref: /freebsd/packages/at/Makefile (revision bb75b0d581f74e22a68d7868ad1f5da1146a8de0)
1WORLDPACKAGE=	at
2
3PKG_SETS=	minimal minimal-jail
4
5# atrun relies on cron to work.
6PKG_DEPS.at+=	cron
7# at(1) passes the command to /bin/sh
8PKG_DEPS.at+=	runtime
9
10.include <bsd.pkg.mk>
11